mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08: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
@ -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…
x
Reference in New Issue
Block a user