mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
[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:
parent
c2155b770d
commit
32f7f5bd32
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue