Skip to content

Commit

Permalink
merge: #10507
Browse files Browse the repository at this point in the history
10507: [Backport release-8.1.0] test(backup-stores/s3): increase timeout r=oleschoenburg a=backport-action

# Description
Backport of #10504 to `release-8.1.0`.

relates to #10500

Co-authored-by: Deepthi Devaki Akkoorath <deepthidevaki@gmail.com>
  • Loading branch information
zeebe-bors-camunda[bot] and deepthidevaki committed Sep 27, 2022
2 parents 1f599fc + e65b92d commit 3020dff
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 3020dff

Please sign in to comment.