Lines Matching refs:max_wait
786 def wait_for_idle_duts(duts, afe, max_wait=IDLE_DUT_WAIT_TIMEOUT):
791 @param max_wait: Max wait time in seconds to wait for duts to be idle.
794 go idle within max_wait.
804 if (time.time() - start_time) > max_wait:
825 max_wait=IDLE_DUT_WAIT_TIMEOUT):
831 @param max_wait: Max wait time in seconds to wait for duts to be idle.
844 yield wait_for_idle_duts(locked_duts, afe, max_wait)