From 20741007c83807ddfde5be6ecf8fa2ed23aa3719 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 22 Jan 2021 21:49:40 +0100 Subject: [PATCH] tests: Increase one more timeout Alright, maybe it's the mode switch in this case. --- 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 375d29586..c5c866405 100644 --- a/tests/pexpects/bind.py +++ b/tests/pexpects/bind.py @@ -195,7 +195,7 @@ expect_prompt("\r\nTENT\r\n", unmatched="Couldn't find expected output 'TENT'") send("\033") sleep(0.100) send("cc") -sleep(0.01) +sleep(0.50) send("echo some TExT\033") sleep(0.300) send("hh~~bbve~\r")