Skip to content

Commit 984cdf4

Browse files
committed
debug
1 parent 5bb84f2 commit 984cdf4

File tree

1 file changed

+1
-1
lines changed
  • deployment/ci/query-load-test

1 file changed

+1
-1
lines changed

deployment/ci/query-load-test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ const sleep = ms => new Promise(r => setTimeout(r, ms));
240240

241241
// todo: replace this with a loop that waits for the node
242242
console.log(`Sleeping for 60s till nodes start`);
243-
await sleep(60000);
243+
await sleep(180000);
244244

245245
try {
246246
const client = await initializeClient(endpoint, chainId);

0 commit comments

Comments
 (0)