Searched refs:time_until_timout_ (Results 1 – 1 of 1) sorted by relevance
2623 int64_t time_until_timout_ = stop_time - now; in TEST_F() local2624 if (time_until_timout_ > 0) in TEST_F()2625 check_stats_event_.Wait(time_until_timout_); in TEST_F()