Skip to content

Commit

Permalink
Merge pull request #971 from jglick/WorkflowTest.demo
Browse files Browse the repository at this point in the history
Race condition in `WorkflowTest.demo`
  • Loading branch information
jglick authored Jan 15, 2025
2 parents d705fc7 + f8e98b1 commit 0089238
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public void evaluate() throws Throwable {
for (int i = 0; i < 600 && !Queue.getInstance().isEmpty(); i++) {
Thread.sleep(100);
}
story.j.waitForMessage("Ready to run", b);
liveness();
SemaphoreStep.success("wait/1", null);
story.j.assertBuildStatusSuccess(story.j.waitForCompletion(b));
Expand Down

0 comments on commit 0089238

Please sign in to comment.