Skip to content

Commit

Permalink
add delay after upload done.
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-ke committed Aug 16, 2024
1 parent 2a787d5 commit f718932
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/scripts/ituploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ async function UploadBlobsForIntegrationTest() {

UploadBlobsForIntegrationTest();

setTimeout(() => console.log("Upload done!"), 120000)

0 comments on commit f718932

Please sign in to comment.