[CRIU] [PATCH] zdtm: increase the amount of allowable inaccuracy

Andrey Vagin avagin at openvz.org
Sat Dec 21 02:15:16 PST 2013


The timeout can be exceeded during dumping and restoring.
When we are testing snapshots, the test is dumped three times.

Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 test/zdtm/live/static/rtc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/zdtm/live/static/rtc.c b/test/zdtm/live/static/rtc.c
index b2d094c..c1f65f4 100644
--- a/test/zdtm/live/static/rtc.c
+++ b/test/zdtm/live/static/rtc.c
@@ -11,7 +11,7 @@
 #include "zdtmtst.h"
 
 #define TEST_HZ 4
-#define NR_FAILS 5
+#define NR_FAILS 10
 
 int main(int argc, char **argv)
 {
-- 
1.8.3.1



More information about the CRIU mailing list