increase timeout for dev env which is a little bit slower when creating user in bulk
authorYves-Marie Haussonne <ymh.work+github@gmail.com>
Fri, 09 May 2014 16:49:53 +0200
changeset 650 2a07f8bda874
parent 649 fcf5309284df
child 653 f32c9dcb04e1
increase timeout for dev env which is a little bit slower when creating user in bulk
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');