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