]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Bump the next-key-event check timeout to 30s
authorMichal Nowak <mnowak@isc.org>
Tue, 2 Jun 2026 14:53:25 +0000 (14:53 +0000)
committerMichal Nowak <mnowak@isc.org>
Wed, 10 Jun 2026 19:15:09 +0000 (19:15 +0000)
5s was shorter than the inner watch_log timeout, so it got one try.

Assisted-by: Claude:claude-opus-4-8
bin/tests/system/isctest/kasp.py

index e6f7bad8f76b5454c99cda8eed1e2d2e195d7b31..5987de2c773521a5409f264272e877b0dce34d47 100644 (file)
@@ -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