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:
Johannes Altmanninger 2021-03-23 20:49:18 +01:00
parent a0f05b376e
commit 76af09a507

View file

@ -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