From: nmordech@redhat.com Date: Wed, 20 Mar 2024 09:58:53 +0000 (+0000) Subject: test/librados: WatchNotify3 increase timeout X-Git-Tag: v20.0.0~1638^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F56334%2Fhead;p=ceph.git test/librados: WatchNotify3 increase timeout 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 --- diff --git a/src/test/librados/watch_notify_cxx.cc b/src/test/librados/watch_notify_cxx.cc index 808384bccbbc..9427ad7ae98d 100644 --- a/src/test/librados/watch_notify_cxx.cc +++ b/src/test/librados/watch_notify_cxx.cc @@ -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;