From 7928ff5062961611fbba6f459ef080219ac3992d Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Tue, 2 Jun 2026 15:46:29 +0000 Subject: [PATCH] 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 (cherry picked from commit 842a0fa289890ae91ba7665e0d1d73f0873611ce) --- bin/tests/system/xfer/tests_retransfer_with_force.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/xfer/tests_retransfer_with_force.py b/bin/tests/system/xfer/tests_retransfer_with_force.py index 0553e0fd0f..260a13417b 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(