]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_test_librados_service: wait longer for servicemap to update 46677/head
authorSage Weil <sage@newdream.net>
Thu, 17 Jun 2021 21:01:09 +0000 (17:01 -0400)
committerLaura Flores <lflores@redhat.com>
Tue, 14 Jun 2022 21:05:22 +0000 (21:05 +0000)
mon thrashing may make this take a long time

Fixes: https://tracker.ceph.com/issues/51234
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 4f5b0b7532a5f809283072d56be33d596b585696)

src/test/librados/service.cc

index 4db34a2925d9f4971c9f6e28adca2b32e9798001..223dc967b9af268271b997c2777faa32723c2d21 100644 (file)
@@ -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;