Increase the waiting time for connecting to the internet
This commit is contained in:
parent
e24ed85fa9
commit
4a783e3725
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ function waitNetwork -a witness
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
not tmux list-sessions -f "#{==:#S,network}" &>/dev/null
|
not tmux list-sessions -f "#{==:#S,network}" &>/dev/null
|
||||||
or test "$x" -gt 10
|
or test "$x" -gt 120
|
||||||
and begin
|
and begin
|
||||||
tmux kill-session -t network &>/dev/null
|
tmux kill-session -t network &>/dev/null
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue