tests: increase timeout to accommodate slow machines

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
This commit is contained in:
Loic Dachary 2014-10-18 21:16:44 -07:00 committed by Loic Dachary
parent 0b4ccbd68d
commit 79f8b81aec

View File

@ -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