Lines Matching full:wait
173 timeout: The number of seconds to wait for data, or zero for no timeout.
228 timeout: How long to wait, in seconds. No timeout if it evaluates to False.
298 timeout: How long to wait, in seconds. No timeout if it evaluates to False.
306 # Wait until the console is ready and the first prompt appears.
319 prompt: The prompt to wait for. If None, uses ep.prompt.
320 timeout: How many seconds to wait for the prompt. Waits forever
392 timeout: The number of seconds to wait for the command to complete,
420 timeout: The number of seconds to wait for the command to complete,
450 timeout: The number of seconds to wait for the command to complete,
573 timeout: The number of seconds to wait for the command to complete,
597 timeout: The number of seconds to wait for the command to complete,
719 """Waits for a child process to die without getting stuck in wait().
726 timeout: How many seconds to wait for the child process to die.
745 p.wait()