Skip to content

Commit

Permalink
Merge pull request #385 from Vlatombe/rate-limit-follow-up
Browse files Browse the repository at this point in the history
`RateLimitBranchProperty` follow up
  • Loading branch information
jglick committed Jun 27, 2023
2 parents 5d691a8 + 2710388 commit 09cb8ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ public void rateLimitsConcurrentBuilds() throws Exception {
assertThat(master.isInQueue(), is(false));
assertThat(master.getQueueItem(), nullValue());
QueueTaskFuture<FreeStyleBuild> future = master.scheduleBuild2(0);
Thread.sleep(1);
QueueTaskFuture<FreeStyleBuild> future2 = master.scheduleBuild2(0, (Cause) null,
new ParametersAction(
Collections.singletonList(new StringParameterValue("FOO", "MANCHU"))));
Expand Down

0 comments on commit 09cb8ea

Please sign in to comment.