Lines Matching full:timeout
44 # Override QEMU_COMM_TIMEOUT for a timeout different than the
85 timeout=yes
127 timeout=
143 if [ -n "${timeout}" ]; then
144 echo "Timeout waiting for ${success_match} on handle ${h}"
148 exit 1 # Timeout or wrong match mean the test failed
162 # until either timeout, or a response. If it is not set, or <=0,
175 # like a timeout.
214 echo "Timeout waiting for command ${1} response on handle ${h}"
215 exit 1 #Timeout means the test failed
284 echo "Timeout waiting for event ${evname} on handle ${h}"
285 exit 1 #Timeout means the test failed