mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
Give tmux tests more slack
They never fail me locally, but I saw two failures in GitHub Actions in the past days (regular builds, not just TSan).
This commit is contained in:
parent
a0f05b376e
commit
76af09a507
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
set -g tmpdir (mktemp -d)
|
||||
set -g tmux tmux -S $tmpdir/.tmux-socket -f /dev/null
|
||||
|
||||
set -g sleep sleep .3 # TSan tests in the CI failed with .1.
|
||||
set -g sleep sleep .6 # We got occasional failures in the CI with 0.3
|
||||
|
||||
set fish (realpath $fish)
|
||||
cd $tmpdir
|
||||
|
|
Loading…
Reference in a new issue