Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/vts/functional/
DVerificationTokenTest.cpp97 constexpr uint32_t time_to_sleep = 200; in TEST_F() local
98 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()