Skip to content

Commit

Permalink
fix flaky e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS committed Jun 18, 2024
1 parent bab351a commit 84d2fa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ final class StreamParkExtension implements BeforeAllCallback, AfterAllCallback,
@Override
@SuppressWarnings("UnstableApiUsage")
public void beforeAll(ExtensionContext context) throws IOException {
Awaitility.setDefaultTimeout(Duration.ofSeconds(180));
Awaitility.setDefaultTimeout(Duration.ofSeconds(240));
Awaitility.setDefaultPollInterval(Duration.ofSeconds(2));

setRecordPath();
Expand Down

0 comments on commit 84d2fa0

Please sign in to comment.