Searched refs:time_to_sleep (Results 1 – 1 of 1) sorted by relevance
97 constexpr uint32_t time_to_sleep = 200; in TEST_F() local98 sleep_ms(time_to_sleep); in TEST_F()112 EXPECT_GE(host_time_delta, time_to_sleep) in TEST_F()113 << "We slept for " << time_to_sleep << " ms, the clock must have advanced by that much"; in TEST_F()114 EXPECT_LE(host_time_delta, time_to_sleep + 20) in TEST_F()115 << "The verifyAuthorization call took " << (host_time_delta - time_to_sleep) in TEST_F()