You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jmtd fork of behave-test-steps has its v1 branch matching this
PR: cekit/behave-test-steps#50
This adds a multiprocess watchdog around invoking
`docker.APIClient.exec_inspect`, which will abort the current step
if that call has not returned within 30 seconds.
This means a lock-up during a step will cause that test to fail and
not the whole test run.
Signed-off-by: Jonathan Dowland <[email protected]>
0 commit comments