Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Dec 6, 2024
1 parent 86177ee commit 5fdaebb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/quota/awsNodeSdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,10 @@ function multiObjectDelete(bucket, keys, size, callback) {
await new Promise((resolve, reject) => {
metadata.setup(err => {
if (err) {
return reject(err);
reject(err);
}
wait(2000, resolve);
});
return;
});
});

Expand Down

0 comments on commit 5fdaebb

Please sign in to comment.