sio / bash-complete-partial-path

Enhanced file path completion in bash (like in zsh)
Apache License 2.0
54 stars 2 forks source link

Increase pexpect timeouts to avoid flaky tests #17

Closed sio closed 3 years ago

sio commented 4 years ago

When test runner is under heavy load and is generally slow tests fail with a TIMEOUT exception: https://github.com/sio/bash-complete-partial-path/runs/333601090

Timeouts need to be increased to avoid this flakiness in the future.