Explicit availability of 'null' timeout in expect (#40429)

pull/40499/merge
Bruno Inec 6 years ago committed by Matt Martz
parent 3b14d2b745
commit b845db0169

@ -45,7 +45,8 @@ options:
required: true
timeout:
description:
- Amount of time in seconds to wait for the expected strings.
- Amount of time in seconds to wait for the expected strings. Use
C(null) to disable timeout.
default: 30
echo:
description:

Loading…
Cancel
Save