mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-31 23:28:45 +00:00
tests: Increase one more timeout
Alright, maybe it's the mode switch in this case.
This commit is contained in:
parent
2109817861
commit
20741007c8
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue