increase timeout for dev env which is a little bit slower when creating user in bulk
--- a/test-suite/tests/013_comt-admin-user-list.js Thu May 08 11:43:45 2014 +0200
+++ b/test-suite/tests/013_comt-admin-user-list.js Fri May 09 16:49:53 2014 +0200
@@ -1,7 +1,7 @@
suite ('comt logged admin user list', function () {
- this.timeout(20000);
+ this.timeout(100000);
suite ('people list page conformity', function () {
test_page_loading ('/user/', 'People\' list\n - '+C['#id_workspace_name']);
@@ -89,7 +89,6 @@
suite_check_user_nb (2);
suite ('Add users in bulk', function () {
- this.timeout(100000);
test_page_loading ('/user/mass-add/', 'Add users in bulk\n - '+C['#id_workspace_name']);
test ('fill emails', dsl(function (){
elt ('#id_email').val ('uc2@t.co,uc3@t.co,uc4@t.co,uc5@t.co,uc6@t.co,uc7@t.co');