Skip to content

Commit

Permalink
be more aggressive
Browse files Browse the repository at this point in the history
Signed-off-by: James Bornholt <bornholt@amazon.com>
  • Loading branch information
jamesbornholt committed Mar 4, 2024
1 parent c319e52 commit e18aff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mountpoint-s3-client/tests/put_object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ async fn test_put_object_abort(size: usize) {

// Try to wait a while for the async abort to complete. For the larger object, this might be
// quite slow, especially in CI.
for _ in 0..20 {
for _ in 0..3 {
tokio::time::sleep(tokio::time::Duration::from_secs(3)).await;

let uploads_in_progress = get_mpu_count_for_key(&sdk_client, &bucket, &prefix, &key)
Expand Down

0 comments on commit e18aff6

Please sign in to comment.