mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
78173cf541
This increases a 100ms timeout to 200ms, because we've hit it on Github Actions: ``` INPUT 3904.65 ms (Line 223): set -g fish_escape_delay_ms 100\n OUTPUT +1.74 ms (Line 224): \rprompt 25> INPUT +0.71 ms (Line 230): echo abc def INPUT +0.57 ms (Line 231): \x1b INPUT +0.57 ms (Line 232): t\r OUTPUT +2.41 ms (Line 234): \r\ndef abc\r\n OUTPUT +1.63 ms (Line 234): \rprompt 26> INPUT +0.75 ms (Line 239): echo ghi jkl INPUT +0.57 ms (Line 240): \x1b INPUT +134.98 ms (Line 242): t\r ``` In other places it decreases sleeps where we just wait for a timeout to elapse, in which case we don't need much longer than the timeout. |
||
---|---|---|
.. | ||
bind.py | ||
bind_mode_events.py | ||
cancel_event.py | ||
commandline.py | ||
complete.py | ||
exit.py | ||
exit_handlers.py | ||
fg.py | ||
fg2.py | ||
fkr.py | ||
generic.py | ||
histfile.py | ||
history.py | ||
isatty.py | ||
job_summary.py | ||
pipeline.py | ||
postexec.py | ||
read.py | ||
set_color.py | ||
sigint.py | ||
signals.py | ||
tty_ownership.py | ||
wait.py |