]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test/librados: WatchNotify3 increase timeout
authornmordech@redhat.com <nmordech@redhat.com>
Wed, 20 Mar 2024 09:58:53 +0000 (09:58 +0000)
committernmordech@redhat.com <nmordech@redhat.com>
Wed, 20 Mar 2024 09:58:58 +0000 (09:58 +0000)
Testing can fail with a timeout of a watch and failing the
step without good reason. increasing the timeout to 26 sec.

Fixes: https://tracker.ceph.com/issues/64866
Signed-off-by: Nitzan Mordechai <nmordec@redhat.com>
src/test/librados/watch_notify_cxx.cc

index 808384bccbbca5743777f0e7e722e42ec109ec2a..9427ad7ae98d0ed349dfff1acba6d6dcc61c1cc4 100644 (file)
@@ -368,7 +368,7 @@ TEST_P(LibRadosWatchNotifyPP, WatchNotify3) {
   notify_oid = "foo";
   notify_ioctx = &ioctx;
   notify_cookies.clear();
-  uint32_t timeout = 12; // configured timeout
+  uint32_t timeout = 26; // configured timeout
   char buf[128];
   memset(buf, 0xcc, sizeof(buf));
   bufferlist bl1;