mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-19 07:42:44 +08:00
tests: Lengthen a timeout
This fails on ASAN a bunch now, let's see if it's just slower
This commit is contained in:
parent
ff8563cfdb
commit
1fdbac3320
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user