mirror of
https://github.com/ceph/ceph
synced 2025-03-19 08:57:29 +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
|
||||
)
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user