From 515ab236b5bec026dcd0a5299f8d8ae9cae86e41 Mon Sep 17 00:00:00 2001 From: Alex Oprea Date: Wed, 1 Feb 2017 23:52:18 +0100 Subject: [PATCH] iup: wait_for_default_gateway: increase timers to 120 10 --- iup/files/sbin/iup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iup/files/sbin/iup b/iup/files/sbin/iup index d1b5af8cb..96d7a3f20 100755 --- a/iup/files/sbin/iup +++ b/iup/files/sbin/iup @@ -451,8 +451,8 @@ wait_for_default_gateway() { local gateway local device - local wait_time=60 - local wait_interval=5 + local wait_time=120 + local wait_interval=10 while [ true ] ; do