Skip to content
Snippets Groups Projects
Commit 084005c8 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Merge branch 'tests_extra_updates_io_2' into 'master'

tests-extra: ixfr/knot_knot -- increase the tcp-io-timeout value under Valgrind

See merge request knot/knot-dns!1256
parents c32d3b0d d1a80b46
No related branches found
No related tags found
1 merge request!1256tests-extra: ixfr/knot_knot -- increase the tcp-io-timeout value under Valgrind
Pipeline #76191 failed
......@@ -13,7 +13,7 @@ zones = t.zone_rnd(5, records=50) + t.zone("records.")
t.link(zones, master, slave, ixfr=True)
if master.valgrind:
master.tcp_io_timeout = 2000
master.tcp_io_timeout = 3000
slave.tcp_remote_io_timeout = 8000
t.start()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment