mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
Reduce timeout for jobs regression test
We've been moving away from full second timeouts, they were piling up.
This commit is contained in:
@@ -14,9 +14,10 @@ disown foo
|
||||
disown (jobs -p)
|
||||
or exit 0
|
||||
|
||||
# Verify `jobs` output within a function lists background jobs
|
||||
# https://github.com/fish-shell/fish-shell/issues/5824
|
||||
function foo
|
||||
sleep 1 &
|
||||
jobs -c
|
||||
sleep 0.2 &
|
||||
jobs -c
|
||||
end
|
||||
foo
|
||||
|
||||
Reference in New Issue
Block a user