From d8c3d667d735aa61b80772d41f85c2d228047563 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Mon, 3 May 2021 11:26:02 +0200 Subject: [PATCH] bind tests: More slack As always, increase one escape delay and wait for a bit to enter insert mode --- tests/pexpects/bind.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/pexpects/bind.py b/tests/pexpects/bind.py index 0e02cf185..e7bbde277 100644 --- a/tests/pexpects/bind.py +++ b/tests/pexpects/bind.py @@ -23,7 +23,7 @@ expect_prompt(increment=False) # # Because common CI systems are awful, we have to increase this: -sendline("set -g fish_escape_delay_ms 80") +sendline("set -g fish_escape_delay_ms 120") expect_prompt("") # Verify the emacs transpose word (\et) behavior using various delays, @@ -161,6 +161,7 @@ send("echo fail: lengthened escape timeout") send("\033") sleep(0.250) send("ddi") +sleep(0.1) send("echo success: lengthened escape timeout\r") expect_prompt( "\r\nsuccess: lengthened escape timeout\r\n",