fish-shell/tests/pexpects
Fabian Homborg 78173cf541 tests/bind: Rationalize delays
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.
2020-12-10 16:25:57 +01:00
..
bind.py tests/bind: Rationalize delays 2020-12-10 16:25:57 +01:00
bind_mode_events.py Reformat pexpects 2020-06-08 17:33:04 +02:00
cancel_event.py Reformat 2020-11-22 14:39:48 +01:00
commandline.py Don't enqueue a repaint in the middle of one 2020-09-11 19:23:26 +02:00
complete.py Let cancel after an unambiguous completion was accepted undo it 2020-10-30 19:37:44 +01:00
exit.py Reformat 2020-11-22 14:39:48 +01:00
exit_handlers.py Add a test that fish_exit handlers run on receipt of SIGHUP 2020-08-30 15:09:34 -07:00
fg.py Fix fg tests on macOS 2020-11-13 15:11:29 +01:00
fg2.py Restyle codebase 2020-12-06 15:39:54 +01:00
fkr.py Tests: Yet another delay change 2020-11-11 19:20:55 +01:00
generic.py tests/generic: Check for a literal match 2020-11-13 15:20:37 +01:00
histfile.py Another formatting run 2020-06-24 20:43:56 +02:00
history.py Make history search smartcase 2020-09-22 16:13:24 +02:00
isatty.py Reformat 2020-11-22 14:39:48 +01:00
job_summary.py Reformat 2020-11-22 14:39:48 +01:00
pipeline.py Restyle codebase 2020-12-06 15:39:54 +01:00
postexec.py Reformat 2020-11-22 14:39:48 +01:00
read.py Port read tests to expect 2020-06-13 15:21:40 +02:00
set_color.py Reformat 2020-11-22 14:39:48 +01:00
sigint.py Correctly propagate signals from cancelled jobs into parse_execution_context 2020-08-13 15:30:15 -07:00
signals.py tests: Add yet another sleep 2020-09-27 09:22:45 +02:00
tty_ownership.py Reformat 2020-11-22 14:39:48 +01:00
wait.py tests: Increase another timeout 2020-11-06 17:56:38 +01:00