Skip to content

Commit

Permalink
rebase dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Aug 11, 2023
1 parent 46a2dcf commit 78b3436
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@ public void testExpiredJobWasDeleted() throws Exception {

JobResult result = clientJobProxy.doWaitForJobComplete().get();
Assertions.assertEquals(result.getStatus(), JobStatus.FINISHED);
Awaitility.await()
.atMost(65, TimeUnit.SECONDS)
await().atMost(65, TimeUnit.SECONDS)
.untilAsserted(
() ->
Assertions.assertThrowsExactly(
Expand Down

0 comments on commit 78b3436

Please sign in to comment.