Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Dec 16, 2024
1 parent 5bb84f2 commit 984cdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/ci/query-load-test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const sleep = ms => new Promise(r => setTimeout(r, ms));

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

try {
const client = await initializeClient(endpoint, chainId);
Expand Down

0 comments on commit 984cdf4

Please sign in to comment.