mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-04-01 09:25:13 +08: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
@ -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…
x
Reference in New Issue
Block a user