We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d681f03 commit d471ba7Copy full SHA for d471ba7
scripts/perf-lab/scripts/time.js
@@ -2,7 +2,7 @@ const spawn = require("child_process").spawn;
2
const axios = require('axios');
3
4
const pingIntervalMs = 5;
5
-const timeoutMs = 120000;
+const timeoutMs = 300000;
6
7
const args = process.argv.slice(2);
8
@@ -56,4 +56,4 @@ function printUsage(){
56
console.log('');
57
console.log('"cmd": full command to start process');
58
console.log('"url": URL that returns a HTTP 200 response when process is resonding to HTTP GET requests');
59
-}
+}
0 commit comments