Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
chore: address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Sep 13, 2023
1 parent 8f5d53a commit 9dbbfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function pollBucketItem (client, bucketName, key) {

return r
}, {
retries: 10,
retries: 100,
maxTimeout: 1000,
minTimeout: 1000
})
Expand Down

0 comments on commit 9dbbfb0

Please sign in to comment.