summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--data/NetworkManager-wait-online.service.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bc35f87cad..01286548b0 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,7 @@ USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE!
* libnm: nm_setting_bond_add_option() no longer validates the
option that is set. Instead, use nm_connection_verify() to validate
the profile.
+* Increase timeout of NetworkManager-wait-online.service to 60 seconds.
=============================================
NetworkManager-1.28
diff --git a/data/NetworkManager-wait-online.service.in b/data/NetworkManager-wait-online.service.in
index 26a8f25362..fda23916d5 100644
--- a/data/NetworkManager-wait-online.service.in
+++ b/data/NetworkManager-wait-online.service.in
@@ -26,7 +26,7 @@ RemainAfterExit=yes
# gets delayed too long, then the solution is usually not to decrease
# the timeout, but to fix your setup so that the connected state
# gets reached earlier.
-Environment=NM_ONLINE_TIMEOUT=30
+Environment=NM_ONLINE_TIMEOUT=60
[Install]
WantedBy=network-online.target