summaryrefslogtreecommitdiffstats
path: root/tests/05r1-re-add-nosuper
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2025-01-14 10:28:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2025-01-14 10:28:53 +0000
commit929a7f35226e61f7d108b6eda9e5fefdb844fbe3 (patch)
treef1c5b4f62cca05bd101d32f5f168cd3b446d2bc7 /tests/05r1-re-add-nosuper
parentAdding upstream version 4.3+20241202. (diff)
downloadmdadm-929a7f35226e61f7d108b6eda9e5fefdb844fbe3.tar.xz
mdadm-929a7f35226e61f7d108b6eda9e5fefdb844fbe3.zip
Adding upstream version 4.4.upstream/4.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/05r1-re-add-nosuper')
-rw-r--r--tests/05r1-re-add-nosuper5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/05r1-re-add-nosuper b/tests/05r1-re-add-nosuper
index 750d7c1..296759f 100644
--- a/tests/05r1-re-add-nosuper
+++ b/tests/05r1-re-add-nosuper
@@ -3,13 +3,14 @@
# readd should fail.
#
mdadm -B $md0 -l1 -n2 -d1 $dev1 $dev2
+sleep 2
check resync
check wait
testdev $md0 1 $size 1
-sleep 4
+sleep 6
mdadm $md0 -f $dev2
-sleep 1
+sleep 2
mdadm $md0 -r $dev2
if mdadm $md0 --re-add $dev2; then
err "re-add should fail"