We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb84f2 commit 984cdf4Copy full SHA for 984cdf4
deployment/ci/query-load-test/test.js
@@ -240,7 +240,7 @@ const sleep = ms => new Promise(r => setTimeout(r, ms));
240
241
// todo: replace this with a loop that waits for the node
242
console.log(`Sleeping for 60s till nodes start`);
243
- await sleep(60000);
+ await sleep(180000);
244
245
try {
246
const client = await initializeClient(endpoint, chainId);
0 commit comments