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

Fixes: https://tracker.ceph.com/issues/51234
Signed-off-by: Sage Weil <sage@newdream.net>
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;