]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: increase timeout to accommodate slow machines
authorLoic Dachary <loic-201408@dachary.org>
Sun, 19 Oct 2014 04:16:44 +0000 (21:16 -0700)
committerLoic Dachary <ldachary@redhat.com>
Sun, 9 Nov 2014 10:59:51 +0000 (11:59 +0100)
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
src/test/mon/mon-handle-forward.sh

index bdbe72e4b471986f0e5c76d64376e6799620a50b..aefac9eae07c9040525952365ef9cd41119c61e3 100755 (executable)
@@ -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