Commit 4202acbc authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

zdtm: increase the amount of allowable inaccuracy

The timeout can be exceeded during dumping and restoring.
When we are testing snapshots, the test is dumped three times.
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent c8e9701f
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "zdtmtst.h" #include "zdtmtst.h"
#define TEST_HZ 4 #define TEST_HZ 4
#define NR_FAILS 5 #define NR_FAILS 10
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
......
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