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 842a0fa289)
This commit is contained in:
Michal Nowak 2026-06-02 15:46:29 +00:00
parent e5505dae77
commit 7928ff5062

View file

@ -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(