Lines Matching full:timeout_sec
1717 timeout_sec=10):
1729 Polling will stop after |timeout_sec| regardless of these thresholds.
1735 @param timeout_sec: Number of seconds to wait before giving up and
1753 if time.time() - start_time_sec >= timeout_sec:
1762 timeout_sec=10):
1769 Polling will stop after |timeout_sec|.
1773 @param timeout_sec: Number of seconds to wait before giving up and
1785 if time.time() - start_time_sec >= timeout_sec: