mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-15 06:30:49 -04:00
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:
parent
e5505dae77
commit
7928ff5062
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue