Browse Source

Longer delay.

Bentley James Oakes 6 years ago
parent
commit
edec64b5ba
1 changed files with 1 additions and 1 deletions
  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) {