From: Michal Nowak Date: Tue, 2 Jun 2026 14:53:25 +0000 (+0000) Subject: Bump the next-key-event check timeout to 30s X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0105355975b361da6d93ebb47261d7018ab893f;p=thirdparty%2Fbind9.git Bump the next-key-event check timeout to 30s 5s was shorter than the inner watch_log timeout, so it got one try. Assisted-by: Claude:claude-opus-4-8 --- diff --git a/bin/tests/system/isctest/kasp.py b/bin/tests/system/isctest/kasp.py index e6f7bad8f76..5987de2c773 100644 --- a/bin/tests/system/isctest/kasp.py +++ b/bin/tests/system/isctest/kasp.py @@ -1436,7 +1436,9 @@ def check_rollover_step(server, config, policy, step): return next_key_event_equals(server, zone, nextev) if nextev is not None: - isctest.run.retry_with_timeout(check_next_key_event, timeout=5) + # Larger than the inner watch_log timeout (10s) so slow logging of + # the next key event under load still gets more than one attempt. + isctest.run.retry_with_timeout(check_next_key_event, timeout=30) return expected