Skip to content

Commit

Permalink
Fix flaky test (#13244)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoriceau authored May 26, 2022
1 parent 9aaa513 commit df782f7
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -554,10 +554,9 @@ public void cancelRunning() throws InterruptedException {
.jobCancelledWithAttemptNumber(Mockito.argThat(new HasCancellationFailure(JOB_ID, ATTEMPT_ID)));
}

@RepeatedTest(10)
@Timeout(value = 10,
@Timeout(value = 40,
unit = TimeUnit.SECONDS)
@DisplayName("Test that cancelling a running workflow cancels the sync")
@DisplayName("Test that deleting a running workflow cancels the sync")
public void deleteRunning() throws InterruptedException {

final UUID testId = UUID.randomUUID();
Expand Down

0 comments on commit df782f7

Please sign in to comment.