# HG changeset patch # User Yves-Marie Haussonne # Date 1399646993 -7200 # Node ID 2a07f8bda8745f11472284500256aba5245b5c42 # Parent fcf5309284dfc708ea32fa29e31e70ac929fb001 increase timeout for dev env which is a little bit slower when creating user in bulk diff -r fcf5309284df -r 2a07f8bda874 test-suite/tests/013_comt-admin-user-list.js --- 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');