mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-29 06:01:16 -03:00
The issue here is we start some short `sleep`s in the background, wait for a prompt, and only *then* wait for jobs, and *then* check for the job end output. That means if the prompt takes too long, we'll read the job end messages with the `expect_prompt`. Instead of increasing the timeouts, just wait on the same line and remove that prompt.