From: Sage Weil Date: Thu, 17 Jun 2021 21:01:09 +0000 (-0400) Subject: ceph_test_librados_service: wait longer for servicemap to update X-Git-Tag: v16.2.11~103^2~6^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b405d48b3afe279e55175e0a4178914c76d51823;p=ceph.git ceph_test_librados_service: wait longer for servicemap to update mon thrashing may make this take a long time Fixes: https://tracker.ceph.com/issues/51234 Signed-off-by: Sage Weil (cherry picked from commit 4f5b0b7532a5f809283072d56be33d596b585696) --- diff --git a/src/test/librados/service.cc b/src/test/librados/service.cc index 4db34a2925d9f..223dc967b9af2 100644 --- a/src/test/librados/service.cc +++ b/src/test/librados/service.cc @@ -120,7 +120,7 @@ TEST(LibRadosService, StatusFormat) { }); } - int retry = 15; + int retry = 60; // mon thrashing may make this take a long time while (retry) { rados_t cluster;