mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 01:51:14 -03: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user