]> git.ipfire.org Git - thirdparty/mdadm.git/commit
tests: increase sleeps from 1s to 2s
authorMateusz Kusiak <mateusz.kusiak@intel.com>
Thu, 12 Dec 2024 18:15:09 +0000 (19:15 +0100)
committerMariusz Tkaczyk <mtkaczyk@kernel.org>
Fri, 13 Dec 2024 09:08:10 +0000 (10:08 +0100)
commit999c963352a465ccf08943a4c927490cb08f7cff
tree7024a2a8b5ad2fbc72bf64c56562e9b3e505dbb4
parentd4be82f360160b4c8468fc35c0f9eb2803c7d739
tests: increase sleeps from 1s to 2s

The issue here is that some of the tests sporadically fail due to things
being still processed. Default 1s delays proven not to be sufficient for
newly created CI, as tests tend to ocassionally fail.

This patch increases default 1s sleep to 2s, to hopefully get rid of
sporadical fails.

Signed-off-by: Mateusz Kusiak <mateusz.kusiak@intel.com>
26 files changed:
clustermd_tests/01r10_Grow_bitmap-switch
clustermd_tests/func.sh
misc/mdcheck
tests/01r1fail
tests/01replace
tests/05r1-re-add
tests/05r1-re-add-nosuper
tests/05r6tor0
tests/07autodetect
tests/07changelevelintr
tests/07changelevels
tests/07reshape5intr
tests/09imsm-assemble
tests/10ddf-assemble-missing
tests/10ddf-fail-readd
tests/10ddf-fail-readd-readonly
tests/10ddf-fail-stop-readd
tests/10ddf-fail-two-spares
tests/10ddf-incremental-wrong-order
tests/24raid10deadlock
tests/24raid456deadlock
tests/25raid456-recovery-while-reshape
tests/25raid456-reshape-corrupt-data
tests/25raid456-reshape-deadlock
tests/25raid456-reshape-while-recovery
tests/func.sh