mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
tests-extra: increase sleep upon start to ensure loaded zones in modules/stats
This commit is contained in:
parent
58633c08bd
commit
8d1ea2b077
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ knot.add_module(zones[0], ModStats())
|
|||
knot.add_module(zones[1], ModStats())
|
||||
|
||||
t.start()
|
||||
t.sleep(1)
|
||||
t.sleep(4)
|
||||
|
||||
check_item(knot, "server", "zone-count", 2)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue