From 0832fb09d91515ced206f5459f0015492b4cc10c Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Thu, 16 Jul 2015 09:27:58 +1000 Subject: tests: slow down --stop a bit to allow revert-inplace to work. revert-inplace would sometimes find that the original reshape had finished. So slow down the reshaping during --stop (which needs to be a little bit fast so that stop doesn't timeout waiting) and don't wait quite so long before stopping. Signed-off-by: NeilBrown --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test b/test index d09f3d8f..cec057c2 100755 --- a/test +++ b/test @@ -156,7 +156,7 @@ mdadm() { case $* in *-S* ) udevadm settle p=`cat /proc/sys/dev/raid/speed_limit_max` - echo 2000000 > /proc/sys/dev/raid/speed_limit_max + echo 20000 > /proc/sys/dev/raid/speed_limit_max esac case $* in *-C* ) $mdadm 2> $targetdir/stderr --quiet "$@" --auto=yes;; -- cgit v1.2.3