From 4202acbc8f1a7751d45ef18c7dd5a37fa7c63b34 Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Mon, 23 Dec 2013 13:55:19 +0400 Subject: [PATCH] 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: Andrey Vagin Signed-off-by: Pavel Emelyanov --- 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 b2d094cab..c1f65f408 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) {