mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
f58f2e14a3
We just had the following output on Github Actions: INPUT +0.94 ms (Line 34): echo ghi jkl INPUT +0.72 ms (Line 35): \x1b INPUT +63.12 ms (Line 37): t\r The default escape delay is 30ms, that had 60ms between an escape and a tab, so it missed it. So: We have to increase the delay for CI's benefit. Let's try with 80ms, because otherwise we'd have to bump up other timeouts and the bind tests take long enough as it is. |
||
---|---|---|
.. | ||
checks | ||
pexpects | ||
test_functions | ||
.gitignore | ||
history_sample_bash | ||
history_sample_corrupt1 | ||
history_sample_fish_1_x | ||
history_sample_fish_2_0 | ||
interactive.config | ||
interactive.fish | ||
test.fish | ||
test_util.fish |