From 415dd24dd1cfd9220f497b7980c651c566ee42d5 Mon Sep 17 00:00:00 2001 From: Brian Olsen Date: Fri, 10 Jun 2022 18:46:41 +0000 Subject: [PATCH] iocore/cache test_Alternate: up timeout to allow vc to write out --- iocore/cache/test/test_Alternate_S_to_L_remove_L.cc | 2 +- iocore/cache/test/test_Alternate_S_to_L_remove_S.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iocore/cache/test/test_Alternate_S_to_L_remove_L.cc b/iocore/cache/test/test_Alternate_S_to_L_remove_L.cc index af33eca1d84..ffd18ea63d9 100644 --- a/iocore/cache/test/test_Alternate_S_to_L_remove_L.cc +++ b/iocore/cache/test/test_Alternate_S_to_L_remove_L.cc @@ -186,7 +186,7 @@ class CacheAltTest_S_to_L_remove_L : public CacheTestHandler this->_wt = nullptr; // to make sure writer successfully write the final doc done. we need to schedule // to wait for some while. This time should be large than cache_config_mutex_retry_delay - this_ethread()->schedule_in(this->_rt, HRTIME_SECONDS(1)); + this_ethread()->schedule_in(this->_rt, HRTIME_SECONDS(3)); break; case CACHE_EVENT_OPEN_READ: base->do_io_read(); diff --git a/iocore/cache/test/test_Alternate_S_to_L_remove_S.cc b/iocore/cache/test/test_Alternate_S_to_L_remove_S.cc index 9554f047459..309d7b91329 100644 --- a/iocore/cache/test/test_Alternate_S_to_L_remove_S.cc +++ b/iocore/cache/test/test_Alternate_S_to_L_remove_S.cc @@ -184,7 +184,7 @@ class test_Alternate_S_to_L_remove_S : public CacheTestHandler this->_wt = nullptr; // to make sure writer successfully write the final doc done. we need to schedule // to wait for some while. This time should be large than cache_config_mutex_retry_delay - this_ethread()->schedule_in(this->_rt, HRTIME_SECONDS(1)); + this_ethread()->schedule_in(this->_rt, HRTIME_SECONDS(3)); break; case CACHE_EVENT_OPEN_READ: base->do_io_read();