From a57f7a86532dedddc7f968c28035ad8149e54832 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 13 Dec 2020 14:57:37 +0100 Subject: [PATCH] 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. --- tests/pexpects/bind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pexpects/bind.py b/tests/pexpects/bind.py index 7db4243da..375d29586 100644 --- a/tests/pexpects/bind.py +++ b/tests/pexpects/bind.py @@ -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(