Merge pull request #43700 from liewegas/fix-24990

ceph_test_rados_api_watch_notify: extend Watch3Timeout test

Reviewed-by: Neha Ojha <nojha@redhat.com>
This commit is contained in:
Yuri Weinstein 2021-11-04 14:08:07 -07:00 committed by GitHub
commit 5eb731e280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -493,7 +493,7 @@ TEST_F(LibRadosWatchNotify, Watch3Timeout) {
rados_conf_set(cluster, "objecter_inject_no_watch_ping", "true");
// allow a long time here since an osd peering event will renew our
// watch.
int left = 16 * timeout;
int left = 256 * timeout;
std::cout << "waiting up to " << left << " for osd to time us out ..."
<< std::endl;
while (notify_err == 0 && --left) {