diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-14 10:28:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-14 10:28:53 +0000 |
commit | 929a7f35226e61f7d108b6eda9e5fefdb844fbe3 (patch) | |
tree | f1c5b4f62cca05bd101d32f5f168cd3b446d2bc7 /tests/24raid456deadlock | |
parent | Adding upstream version 4.3+20241202. (diff) | |
download | mdadm-upstream.tar.xz mdadm-upstream.zip |
Adding upstream version 4.4.upstream/4.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/24raid456deadlock')
-rw-r--r-- | tests/24raid456deadlock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/24raid456deadlock b/tests/24raid456deadlock index 80e6e97..eb5f900 100644 --- a/tests/24raid456deadlock +++ b/tests/24raid456deadlock @@ -36,7 +36,7 @@ clean_up_test() pkill -9 fio kill -9 $pid - sleep 1 + sleep 2 if ps $pid | tail -1 | awk '{print $3}' | grep D; then die "thread that is writing sysfs is stuck in D state, deadlock is triggered" |