tests: Increase one more timeout

Alright, maybe it's the mode switch in this case.
This commit is contained in:
Fabian Homborg 2021-01-22 21:49:40 +01:00
parent 2109817861
commit 20741007c8

View file

@ -195,7 +195,7 @@ expect_prompt("\r\nTENT\r\n", unmatched="Couldn't find expected output 'TENT'")
send("\033") send("\033")
sleep(0.100) sleep(0.100)
send("cc") send("cc")
sleep(0.01) sleep(0.50)
send("echo some TExT\033") send("echo some TExT\033")
sleep(0.300) sleep(0.300)
send("hh~~bbve~\r") send("hh~~bbve~\r")