summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJonathan Brassow <jbrassow@redhat.com>2012-06-25 22:20:24 -0500
committerJonathan Brassow <jbrassow@redhat.com>2012-06-25 22:20:24 -0500
commit149ab6921e9029e12899c280f290656b1b60742f (patch)
tree197a3e99c0b35a94ef7a1d8c8acc02ad87548973 /test
parent1d0a2b919fe173e3a25e5f19d535588bb5b214e2 (diff)
downloadlvm2-149ab6921e9029e12899c280f290656b1b60742f.tar.gz
lvm2-149ab6921e9029e12899c280f290656b1b60742f.tar.xz
lvm2-149ab6921e9029e12899c280f290656b1b60742f.zip
TEST (lvcreate-raid): Allow more time for RAID arrays to sync
My machines can run very slow sometimes causing this test to fail when it would otherwise have succeeded given more time.
Diffstat (limited to 'test')
-rw-r--r--test/shell/lvcreate-raid.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/lvcreate-raid.sh b/test/shell/lvcreate-raid.sh
index 21ab9a14..b6792c5f 100644
--- a/test/shell/lvcreate-raid.sh
+++ b/test/shell/lvcreate-raid.sh
@@ -41,7 +41,7 @@ function wait_for_raid_sync()
local i=0
while ! is_raid_in_sync $1; do
- sleep .2
+ sleep 1
i=$(($i + 1))
if [ $i -gt 500 ]; then
echo "Sync is taking too long - assume stuck"