summaryrefslogtreecommitdiffstats
path: root/tests/01replace
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2025-01-14 10:28:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2025-01-14 10:28:57 +0000
commit1d7738aaaf36152d633273c2fc622b7beb64c482 (patch)
treef0ddcd830491109d4788cd99248e3c04c82a57b3 /tests/01replace
parentReleasing debian version 4.3+20241202-1.1. (diff)
downloadmdadm-1d7738aaaf36152d633273c2fc622b7beb64c482.tar.xz
mdadm-1d7738aaaf36152d633273c2fc622b7beb64c482.zip
Merging upstream version 4.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/01replace')
-rw-r--r--tests/01replace4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/01replace b/tests/01replace
index 6223a22..67e411f 100644
--- a/tests/01replace
+++ b/tests/01replace
@@ -33,7 +33,7 @@ do
mdadm $md0 --add $dev1 $dev5
mdadm $md0 --replace $dev0
- sleep 1
+ sleep 2
mdadm $md0 --fail $dev2
check wait
sum2=`sha1sum < $md0`
@@ -42,7 +42,7 @@ do
mdadm $md0 --remove $dev0 $dev2
mdadm $md0 --add $dev0 $dev2
mdadm $md0 --replace $dev3
- sleep 1
+ sleep 2
mdadm $md0 --fail $dev0 $dev2
check wait
sum3=`sha1sum < $md0`