From 0785f8ff583a327330e93972c02641a1219347dd Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 4 Mar 2021 17:34:00 -0600 Subject: [PATCH] src/test/smoke.sh: increase timeout Fixes: https://tracker.ceph.com/issues/47419 Signed-off-by: Sage Weil (cherry picked from commit 69d7aa9bf1b0de490e70cedd0463d3ca765a5673) --- src/test/smoke.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/smoke.sh b/src/test/smoke.sh index bad1d05924bed..b66266e6bf66c 100755 --- a/src/test/smoke.sh +++ b/src/test/smoke.sh @@ -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 -- 2.39.5