[tests] Increase tmux-sleep duration when not under CI

The tmux-complete test would regularly fail for me under WSL (AMD TR 1950X)
without this small increase in sleep time.
This commit is contained in:
Mahmoud Al-Qudsi 2022-09-16 16:51:11 -05:00
parent c2155b770d
commit 32f7f5bd32

View file

@ -25,9 +25,8 @@ function isolated-tmux-start
end
function tmux-sleep
set -q CI
and sleep 1
or sleep .1
set -q CI && sleep 1
or sleep 0.3
end
set -l fish (status fish-path)