Searched refs:delay_error_ms (Results 1 – 1 of 1) sorted by relevance
31 constexpr uint32_t delay_error_ms = 100; variable71 ASSERT_NEAR(scheduled_delay_ms, actual_delay.count(), delay_error_ms); in VerifyDelayTimeAndSleep()158 std::this_thread::sleep_for(std::chrono::milliseconds(delay_error_ms)); in TEST_F()173 std::this_thread::sleep_for(std::chrono::milliseconds(delay_error_ms)); in TEST_F()201 std::this_thread::sleep_for(std::chrono::milliseconds(delay_ms + delay_error_ms)); in TEST_F()203 std::this_thread::sleep_for(std::chrono::milliseconds(delay_ms + delay_error_ms)); in TEST_F()234 std::this_thread::sleep_for(std::chrono::milliseconds(delay_ms + delay_error_ms)); in TEST_F()236 std::this_thread::sleep_for(std::chrono::milliseconds(delay_ms + delay_error_ms)); in TEST_F()