From 79f8b81aecfbd5a44bc222b39b4521e8fe74bb26 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sat, 18 Oct 2014 21:16:44 -0700 Subject: [PATCH] tests: increase timeout to accommodate slow machines Signed-off-by: Loic Dachary --- src/test/mon/mon-handle-forward.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3