mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
Merge pull request #39842 from liewegas/smoke-timeout
src/test/smoke.sh: increase timeout Reviewed-by: Neha Ojha <nojha@redhat.com>
This commit is contained in:
commit
22d94c61c4
@ -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