From b405d48b3afe279e55175e0a4178914c76d51823 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 17 Jun 2021 17:01:09 -0400 Subject: [PATCH] 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) --- src/test/librados/service.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5