autotest: avoid a race condition in quadplane test
this shows up on the new (faster) autotest server
This commit is contained in:
parent
aa4cde1aae
commit
26e1c30b19
@ -162,7 +162,7 @@ def pexpect_drain(p):
|
||||
import pexpect
|
||||
try:
|
||||
p.read_nonblocking(1000, timeout=0)
|
||||
except pexpect.TIMEOUT:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user