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();