Skip to content

Commit

Permalink
Added SemaphoreStep.waitForStart() for workflow to wait until semapho…
Browse files Browse the repository at this point in the history
…re release before continuing
  • Loading branch information
cdgopal committed Apr 5, 2024
1 parent 1a899ac commit a457dfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public void addContentsFiltered() throws Exception {
WorkflowRun workflowRun = Optional.ofNullable(p.scheduleBuild2(0))
.orElseThrow(AssertionFailedError::new)
.waitForStart();
j.waitForMessage("Running on", workflowRun);
SemaphoreStep.waitForStart("wait/1", workflowRun);

ContentFilter filter = SupportPlugin.getDefaultContentFilter();

Expand Down

0 comments on commit a457dfc

Please sign in to comment.