Skip to content

Commit

Permalink
GH2883 reduce CI tests timeout to 5 minutes
Browse files Browse the repository at this point in the history
Signed-off-by: alexandr cumarav <[email protected]>
  • Loading branch information
cumarav committed Sep 4, 2023
1 parent e3a6906 commit 4f808cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public ApiMediationLayerStartupChecker() {
public void waitUntilReady() {
long poolInterval = 5;
await()
.atMost(10, MINUTES)
.atMost(5, MINUTES)
.pollDelay(0, SECONDS)
.pollInterval(poolInterval, SECONDS)
.until(this::areAllServicesUp);
Expand Down

0 comments on commit 4f808cd

Please sign in to comment.