Home
last modified time | relevance | path

Searched refs:kMaxDuration (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/threading/
Dworker_pool_unittest.cc105 const TimeDelta kMaxDuration = TestTimeouts::tiny_timeout(); in TEST_F() local
107 while (!tester->finished() && TimeTicks::Now() - start < kMaxDuration) { in TEST_F()