From 3a1c609ac49852b50d45a4dd292a61b7cbb9c25f Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 17 Nov 2014 00:34:44 +0100 Subject: [PATCH] tests: reduce number of sync waiting Lets assume faster systems, if we have too big raid arrays, reduce them. --- test/lib/aux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/aux.sh b/test/lib/aux.sh index 1c168f065..8da834cd2 100644 --- a/test/lib/aux.sh +++ b/test/lib/aux.sh @@ -753,7 +753,7 @@ udev_wait() { # wait_for_sync wait_for_sync() { local i - for i in {1..3000} ; do + for i in {1..100} ; do check in_sync $1 $2 && return sleep .2 done