Skip to content

Commit

Permalink
tests: fix 01r5fail
Browse files Browse the repository at this point in the history
Increase sleep to 2s to give driver more time to stop recovery.

Signed-off-by: Mateusz Kusiak <[email protected]>
  • Loading branch information
dancesWithMachines authored and mtkaczyk committed Dec 13, 2024
1 parent fc5e369 commit 26857a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/01r5fail
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mdadm -CR $md0 -l5 -n4 $dev0 $dev1 $dev2 $dev3
check recovery
mdadm $md0 --fail $dev3
sleep 1
sleep 2
check nosync
check state UUU_

Expand Down

0 comments on commit 26857a2

Please sign in to comment.