Bentley James Oakes пре 7 година
родитељ
комит
edec64b5ba
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tests/50_stress_test.js

+ 1 - 1
tests/50_stress_test.js

@@ -5,7 +5,7 @@ let user = "./users/testuser/";
 module.exports = {
 
     beforeEach : function (client) {
-        client.url('http://localhost:8124/atompm').pause(300);
+        client.url('http://localhost:8124/atompm').pause(1000);
     },
 
     'Login' : function (client) {