tests: Lengthen a timeout

This fails on ASAN a bunch now, let's see if it's just slower
This commit is contained in:
Fabian Boehm 2024-01-02 22:42:19 +01:00
parent ff8563cfdb
commit 1fdbac3320

View File

@ -174,9 +174,9 @@ expect_prompt()
send("echo fail: lengthened escape timeout")
send("\033")
sleep(0.300)
sleep(0.400)
send("ddi")
sleep(0.15)
sleep(0.25)
send("echo success: lengthened escape timeout\r")
expect_prompt(
"\r\nsuccess: lengthened escape timeout\r\n",