mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 15:01:16 -03:00
pexpects/signals: Decrease a timeout that should be reached
Saves ~10% of the *total* testing time (except for `cargo test`)
This commit is contained in:
@@ -77,7 +77,7 @@ sendline("mkfifo fifoo")
|
||||
expect_prompt()
|
||||
sendline("cat >fifoo")
|
||||
subprocess.call(["kill", "-WINCH", str(sp.spawn.pid)])
|
||||
expect_re("open: ", shouldfail=True, timeout=10)
|
||||
expect_re("open: ", shouldfail=True, timeout=2)
|
||||
subprocess.call(["kill", "-INT", str(sp.spawn.pid)])
|
||||
expect_prompt()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user