From 511649ebb6941679d0ade0ff401ba7669f620619 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Fri, 5 Jan 2018 16:55:55 +0100 Subject: [PATCH] device: increase carrier wait time to 6 seconds Some NICs need longer to establish the link, increase the timeout from 5 to 6 seconds. https://bugzilla.redhat.com/show_bug.cgi?id=1520826 (cherry picked from commit 156344b8beec88b68f335fe13c5db91d62fcb3fc) (cherry picked from commit 3c60d6354044e3d88b010d489c0e76f8dd1163c9) --- src/devices/nm-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c index 40c425a5b..babef21ad 100644 --- a/src/devices/nm-device.c +++ b/src/devices/nm-device.c @@ -87,7 +87,7 @@ _LOG_DECLARE_SELF (NMDevice); #define DHCP_NUM_TRIES_MAX 3 #define DEFAULT_AUTOCONNECT TRUE -#define CARRIER_WAIT_TIME_MS 5000 +#define CARRIER_WAIT_TIME_MS 6000 #define CARRIER_WAIT_TIME_AFTER_MTU_MS 10000 #define NM_DEVICE_AUTH_RETRIES_UNSET -1 -- 2.14.3