mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 16:21:15 -03: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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user