mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-15 11:48:52 -04:00
Increase wait_for_message attempts to 20.
(cherry picked from commit 4dd9ec8919)
This commit is contained in:
parent
d60ca30d2d
commit
96aa3bb884
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ _wait_for_message() (
|
|||
)
|
||||
|
||||
wait_for_message() (
|
||||
retry_quiet 10 _wait_for_message "$@"
|
||||
retry_quiet 20 _wait_for_message "$@"
|
||||
)
|
||||
|
||||
_wait_for_rcode() (
|
||||
|
|
|
|||
Loading…
Reference in a new issue