Lines Matching full:seconds
84 * callback handler gets invoked post 2 seconds
90 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F()
93 // Waiting 2 seconds is enough here since we have in TEST_F()
99 auto sleepTime = duration_cast<microseconds>(seconds(1)); in TEST_F()
115 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F()
122 // Wait 2 seconds and see that timer is not expired in TEST_F()
127 auto sleepTime = duration_cast<microseconds>(seconds(1)); in TEST_F()
146 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F()
152 // New timeout is 3 seconds from THIS point. in TEST_F()
153 time = duration_cast<microseconds>(seconds(3)); in TEST_F()
156 // Wait 3 seconds and see that timer is expired in TEST_F()
161 auto sleepTime = duration_cast<microseconds>(seconds(1)); in TEST_F()
178 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F()
184 // New timeout is 2 seconds from THIS point. in TEST_F()
185 time = duration_cast<microseconds>(seconds(2)); in TEST_F()
192 // Wait 2 seconds and see that timer is expired in TEST_F()
197 auto sleepTime = duration_cast<microseconds>(seconds(1)); in TEST_F()
214 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F()
217 // Waiting 2 seconds is enough here since we have in TEST_F()
223 auto sleepTime = duration_cast<microseconds>(seconds(1)); in TEST_F()
240 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F()
247 // Wait 2 seconds and see that timer is not expired in TEST_F()
252 auto sleepTime = duration_cast<microseconds>(seconds(1)); in TEST_F()