From: Loic Dachary Date: Sun, 19 Oct 2014 04:16:44 +0000 (-0700) Subject: tests: increase timeout to accommodate slow machines X-Git-Tag: v0.89~46^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=79f8b81aecfbd5a44bc222b39b4521e8fe74bb26;p=ceph.git tests: increase timeout to accommodate slow machines Signed-off-by: Loic Dachary --- diff --git a/src/test/mon/mon-handle-forward.sh b/src/test/mon/mon-handle-forward.sh index bdbe72e4b471..aefac9eae07c 100755 --- a/src/test/mon/mon-handle-forward.sh +++ b/src/test/mon/mon-handle-forward.sh @@ -32,7 +32,7 @@ function run() { run_mon $dir b --public-addr $MONB ) - timeout 10 ./ceph --mon-host $MONA mon stat || return 1 + timeout 360 ./ceph --mon-host $MONA mon stat || return 1 # check that MONB is indeed a peon ./ceph --admin-daemon $dir/b/ceph-mon.b.asok mon_status | grep '"peon"' || return 1