Searched refs:VIBRATION_CALLBACK_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
77 static constexpr auto VIBRATION_CALLBACK_TIMEOUT = 100ms; variable229 auto timeout = std::chrono::milliseconds(durationMs) + VIBRATION_CALLBACK_TIMEOUT; in TEST_P()296 auto timeout = std::chrono::milliseconds(lengthMs) + VIBRATION_CALLBACK_TIMEOUT; in TEST_P()627 EXPECT_EQ(completionFuture.wait_for(duration + VIBRATION_CALLBACK_TIMEOUT), in TEST_P()788 auto timeout = std::chrono::milliseconds(durationMs) + VIBRATION_CALLBACK_TIMEOUT; in TEST_P()
50 static constexpr auto VIBRATION_CALLBACK_TIMEOUT = 100ms; variable410 mPromise.get_future().wait_for(VIBRATION_CALLBACK_TIMEOUT); in waitForComplete()