mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
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:
commit
5eb731e280
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user