Skip to content

Commit

Permalink
increase delay
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-ke committed Aug 17, 2024
1 parent be12d49 commit 346ec42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/scripts/ituploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async function UploadBlobsForIntegrationTest() {
new Date().toLocaleTimeString([], { hour: "2-digit", minute: "2-digit", second: "2-digit" })
);
if (latestBlock.number < finalizedBlock.number) {
setTimeout(() => console.log("Upload done!"), 120000)
setTimeout(() => console.log("Upload done!"), 300000)
clearInterval(intervalId);
}
} catch (e) {
Expand Down

0 comments on commit 346ec42

Please sign in to comment.