From: David Zafman Date: Wed, 16 Aug 2017 16:41:01 +0000 (-0700) Subject: tests: Increase sleep in test_pidfile.sh X-Git-Tag: v13.0.0~72^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F17052%2Fhead;p=ceph.git tests: Increase sleep in test_pidfile.sh Signed-off-by: David Zafman --- diff --git a/src/test/test_pidfile.sh b/src/test/test_pidfile.sh index 8f9c8cc2c181..f92e14f2c5ec 100755 --- a/src/test/test_pidfile.sh +++ b/src/test/test_pidfile.sh @@ -50,11 +50,11 @@ function TEST_pidfile() { # no daemon can use a pidfile that is owned by another daemon run_mon $dir a || return 1 - sleep 2 + sleep 5 run_mon $dir a --log-to-stderr -f 2>&1 | grep "failed to lock pidfile" || return 1 run_osd $dir 0 || return 1 - sleep 2 + sleep 5 activate_osd $dir 0 --log-to-stderr -f 2>&1 | grep "failed to lock pidfile" || return 1 # when a daemon shutdown, it will not unlink a path different from