From 76af09a50756e162c13e43b75b3cd8bf796c9783 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 23 Mar 2021 20:49:18 +0100 Subject: [PATCH] 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). --- tests/checks/tmux-complete.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checks/tmux-complete.fish b/tests/checks/tmux-complete.fish index 7eea0fdb5..92dd38cbb 100644 --- a/tests/checks/tmux-complete.fish +++ b/tests/checks/tmux-complete.fish @@ -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