Increase the waiting time for connecting to the internet

This commit is contained in:
Manuel Thalmann 2024-10-31 15:16:41 +01:00
parent e24ed85fa9
commit 4a783e3725

View file

@ -38,7 +38,7 @@ function waitNetwork -a witness
break
else
not tmux list-sessions -f "#{==:#S,network}" &>/dev/null
or test "$x" -gt 10
or test "$x" -gt 120
and begin
tmux kill-session -t network &>/dev/null
exit 1