mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
src/test/smoke.sh: increase timeout
Fixes: https://tracker.ceph.com/issues/47419 Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
cab87f956b
commit
69d7aa9bf1
@ -53,7 +53,7 @@ function TEST_multimon() {
|
||||
ceph osd out 0
|
||||
wait_for_clean
|
||||
|
||||
timeout 8 rados -p foo bench 4 write -b 4096 --no-cleanup || return 1
|
||||
timeout 20 rados -p foo bench 4 write -b 4096 --no-cleanup || return 1
|
||||
wait_for_clean
|
||||
|
||||
ceph osd in 0
|
||||
|
Loading…
Reference in New Issue
Block a user