mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
tests/pexpects/bind: Increase a timeout
Last attempt, if this keeps failing on CI (specifically macOS seems to be affected), I'm removing the test as it's more noise than use.
This commit is contained in:
parent
f1478137dc
commit
a57f7a8653
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ expect_prompt(
|
|||
# occur and the "t" should become part of the text that is echoed.
|
||||
send("echo mno pqr")
|
||||
send("\033")
|
||||
sleep(0.250)
|
||||
sleep(0.350)
|
||||
send("t\r")
|
||||
# emacs transpose words, 100ms timeout: long delay
|
||||
expect_prompt(
|
||||
|
|
Loading…
Reference in a new issue