mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
tests: increase timeout to accommodate slow machines
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
This commit is contained in:
parent
0b4ccbd68d
commit
79f8b81aec
@ -32,7 +32,7 @@ function run() {
|
|||||||
run_mon $dir b --public-addr $MONB
|
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
|
# check that MONB is indeed a peon
|
||||||
./ceph --admin-daemon $dir/b/ceph-mon.b.asok mon_status |
|
./ceph --admin-daemon $dir/b/ceph-mon.b.asok mon_status |
|
||||||
grep '"peon"' || return 1
|
grep '"peon"' || return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user