Skip to content

Commit

Permalink
test(backup-stores/s3): increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
deepthidevaki committed Sep 27, 2022
1 parent 6c9f7e4 commit 3756350
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ default void shouldNotOverwriteCompletedBackup(final Backup backup) {

// then
assertThat(saveAttempt)
.failsWithin(Duration.ofSeconds(1))
.failsWithin(Duration.ofMinutes(1))
.withThrowableOfType(ExecutionException.class);

final var status = getStore().getStatus(backup.id()).join();
Expand Down

0 comments on commit 3756350

Please sign in to comment.