test-suite/tests/013_comt-admin-user-list.js
changeset 649 fcf5309284df
parent 646 24067001082c
child 650 2a07f8bda874
--- a/test-suite/tests/013_comt-admin-user-list.js	Thu May 08 11:40:58 2014 +0200
+++ b/test-suite/tests/013_comt-admin-user-list.js	Thu May 08 11:43:45 2014 +0200
@@ -89,6 +89,7 @@
 	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');