Allow up to 15 seconds for agent reconnect (#10811)
Changelog Drafter / update_draft_release (push) Waiting to run Details
Changelog Drafter / jenkins_io_draft (push) Waiting to run Details
Label conflicting PRs / main (push) Waiting to run Details

This commit is contained in:
Mark Waite 2025-07-08 14:30:14 -06:00 committed by GitHub
parent 0264318bc5
commit 95da76d9e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class ResponseTimeMonitorTest {
assertNull(ResponseTimeMonitor.DESCRIPTOR.monitor(c));
// Retry to compensate for test being flaky in CI
await().atMost(5, TimeUnit.SECONDS)
await().atMost(15, TimeUnit.SECONDS)
.ignoreException(ExecutionException.class)
.until(() -> {
// Now reconnect and make sure we get a non-null response.