Searched refs:kDevGcTimeoutSec (Results 1 – 3 of 3) sorted by relevance
25 const uint64_t kDevGcTimeoutSec = 120; variable26 const std::chrono::seconds kDevGcTimeout{kDevGcTimeoutSec};
102 auto ret = fs->garbageCollect(kDevGcTimeoutSec, nullptr); in TEST_P()117 auto ret = fs->garbageCollect(kDevGcTimeoutSec, cb); in TEST_P()
106 ASSERT_OK(storage_->garbageCollect(kDevGcTimeoutSec, nullptr)); in TEST_P()119 ASSERT_OK(storage_->garbageCollect(kDevGcTimeoutSec, cb)); in TEST_P()