mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Increase tmux-prompt test timeout in CI
This failed on Ubuntu and Mac.
This commit is contained in:
parent
6c22c0e30d
commit
405ef31f72
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ cd $tmpdir
|
|||
set -g tmux tmux -S .tmux-socket -f /dev/null
|
||||
|
||||
set -g sleep sleep .1
|
||||
set -q CI && set sleep sleep 1
|
||||
set -q CI && set sleep sleep 10
|
||||
|
||||
while set -e prompt_var
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue