From: Michal Nowak Date: Tue, 2 Jun 2026 15:46:29 +0000 (+0000) Subject: Give the retransfer-force watchers a 60s timeout X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=842a0fa289890ae91ba7665e0d1d73f0873611ce;p=thirdparty%2Fbind9.git Give the retransfer-force watchers a 60s timeout The shutting-down and success transfers can exceed 30s on slow instrumented builds. Assisted-by: Claude:claude-opus-4-8 --- diff --git a/bin/tests/system/xfer/tests_retransfer_with_force.py b/bin/tests/system/xfer/tests_retransfer_with_force.py index 0553e0fd0f4..260a13417bd 100644 --- a/bin/tests/system/xfer/tests_retransfer_with_force.py +++ b/bin/tests/system/xfer/tests_retransfer_with_force.py @@ -38,8 +38,8 @@ def test_cancel_ongoing_retransfer(named_port, ns6): isctest.log.info( "Issue a retransfer-force command which should cancel the ongoing transfer and start a new one." ) - with ns6.watch_log_from_here(timeout=30) as watcher_transfer_success: - with ns6.watch_log_from_here() as watcher_transfer_shutting_down: + with ns6.watch_log_from_here(timeout=60) as watcher_transfer_success: + with ns6.watch_log_from_here(timeout=60) as watcher_transfer_shutting_down: ns6.rndc("retransfer -force axfr-rndc-retransfer-force.") watcher_transfer_shutting_down.wait_for_line( isctest.transfer.transfer_message(