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:
Fabian Homborg 2020-11-07 07:53:15 +01:00
parent f58f2e14a3
commit e73929b2c6

View file

@ -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")