Searched refs:start_time (Results 1 – 2 of 2) sorted by relevance
95 start_time = time.monotonic()96 timeout = start_time + _DELAY_AFTER_CHANGE_WIFI_STATUS.total_seconds()115 start_time = time.monotonic()116 timeout = start_time + _DELAY_AFTER_CHANGE_WIFI_STATUS.total_seconds()198 start_time = time.monotonic()199 timeout = start_time + timeout.total_seconds()
436 start_time: datetime.datetime = datetime.datetime.now() variable in SingleTestResult