Skip to content

Commit d471ba7

Browse files
authored
Update timeout
1 parent d681f03 commit d471ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/perf-lab/scripts/time.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const spawn = require("child_process").spawn;
22
const axios = require('axios');
33

44
const pingIntervalMs = 5;
5-
const timeoutMs = 120000;
5+
const timeoutMs = 300000;
66

77
const args = process.argv.slice(2);
88

@@ -56,4 +56,4 @@ function printUsage(){
5656
console.log('');
5757
console.log('"cmd": full command to start process');
5858
console.log('"url": URL that returns a HTTP 200 response when process is resonding to HTTP GET requests');
59-
}
59+
}

0 commit comments

Comments
 (0)