mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
bind tests: More slack
As always, increase one escape delay and wait for a bit to enter insert mode
This commit is contained in:
parent
0c79a8d3af
commit
d8c3d667d7
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@ expect_prompt(increment=False)
|
|||
#
|
||||
# Because common CI systems are awful, we have to increase this:
|
||||
|
||||
sendline("set -g fish_escape_delay_ms 80")
|
||||
sendline("set -g fish_escape_delay_ms 120")
|
||||
expect_prompt("")
|
||||
|
||||
# Verify the emacs transpose word (\et) behavior using various delays,
|
||||
|
@ -161,6 +161,7 @@ send("echo fail: lengthened escape timeout")
|
|||
send("\033")
|
||||
sleep(0.250)
|
||||
send("ddi")
|
||||
sleep(0.1)
|
||||
send("echo success: lengthened escape timeout\r")
|
||||
expect_prompt(
|
||||
"\r\nsuccess: lengthened escape timeout\r\n",
|
||||
|
|
Loading…
Reference in a new issue