tests/pexpects/bind: Increase a timeout

Last attempt, if this keeps failing on CI (specifically macOS seems to
be affected), I'm removing the test as it's more noise than use.
This commit is contained in:
Fabian Homborg 2020-12-13 14:57:37 +01:00
parent f1478137dc
commit a57f7a8653

View file

@ -247,7 +247,7 @@ expect_prompt(
# occur and the "t" should become part of the text that is echoed.
send("echo mno pqr")
send("\033")
sleep(0.250)
sleep(0.350)
send("t\r")
# emacs transpose words, 100ms timeout: long delay
expect_prompt(