Bentley James Oakes 7 éve
szülő
commit
edec64b5ba
1 módosított fájl, 1 hozzáadás és 1 törlés
  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) {