From 01b2285a1b079f497f73413b95b8a344d947f52f Mon Sep 17 00:00:00 2001 From: "nmordech@redhat.com" Date: Wed, 20 Mar 2024 09:58:53 +0000 Subject: [PATCH] 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 --- src/test/librados/watch_notify_cxx.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/librados/watch_notify_cxx.cc b/src/test/librados/watch_notify_cxx.cc index 808384bccbb..9427ad7ae98 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; -- 2.39.5