mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
tests/bind: Increase another delay
I don't understand why, but somehow this waited 101ms and then acted as if it was under 80ms?
This commit is contained in:
parent
f58f2e14a3
commit
e73929b2c6
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ expect_prompt("\r\njkl ghi\r\n")
|
|||
# occur and the "t" should become part of the text that is echoed.
|
||||
send("echo mno pqr")
|
||||
send("\033")
|
||||
sleep(0.100)
|
||||
sleep(0.150)
|
||||
send("t\r")
|
||||
# emacs transpose words, default timeout: long delay
|
||||
expect_prompt("\r\nmno pqrt\r\n")
|
||||
|
|
Loading…
Reference in a new issue