Lower timeout test

Network should be up and runn
This commit is contained in:
David Heinemeier Hansson
2025-09-14 11:41:42 +02:00
parent 4a4ff04741
commit d58fe8b4a0

View File

@@ -1,3 +1,3 @@
if ! ping -c5 -W1 1.1.1.1 >/dev/null 2>&1; then
if ! ping -c3 -W1 1.1.1.1 >/dev/null 2>&1; then
notify-send "󰖩 Click to Setup Wi-Fi" "Tab between sections, space selects, ? for help." -u critical -t 30000
fi