From 4a783e37253033566e6d8259e8a3598243cf5a8b Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 31 Oct 2024 15:16:41 +0100 Subject: [PATCH] Increase the waiting time for connecting to the internet --- scripts/Common/Scripts/wait-network.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Common/Scripts/wait-network.fish b/scripts/Common/Scripts/wait-network.fish index 462b513d..395a5b11 100755 --- a/scripts/Common/Scripts/wait-network.fish +++ b/scripts/Common/Scripts/wait-network.fish @@ -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