Commit 166a8e8e authored by Pavel Emelyanov's avatar Pavel Emelyanov

zdtm: Increate dump timeout

Tests are often run in VMs and 5 seconds on loaded environments might
be not enough to catch transition zdtm tests.
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent c07ef804
......@@ -689,6 +689,8 @@ class criu_cli:
if self.__dedup:
a_opts += [ "--auto-dedup" ]
a_opts += [ "--timeout", "10" ]
self.__criu_act(action, opts = a_opts + opts)
if self.__page_server:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment