Skip to content

Commit

Permalink
Attempt to fix flaky test (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Oct 16, 2024
1 parent dc0c358 commit f51d22b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public void hardKill() throws Exception {

b.doKill();
j.waitForMessage("Hard kill!", b);
j.assertBuildStatus(Result.ABORTED, future);
j.assertBuildStatus(Result.ABORTED, j.waitForCompletion(b));
}
}

0 comments on commit f51d22b

Please sign in to comment.