summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test b/test
index 0a45d50..2b5306e 100644
--- a/test
+++ b/test
@@ -78,7 +78,7 @@ check() {
echo >&2 "ERROR active $1 not found" ; cat /proc/mdstat ; exit 1;}
;;
resync | recovery )
- sleep 0.1
+ sleep 0.5
grep -s $1 /proc/mdstat > /dev/null || {
echo >&2 ERROR no $1 happening; cat /proc/mdstat; exit 1; }
;;