iup: wait_for_default_gateway: increase timers to 120 10

This commit is contained in:
Alex Oprea 2017-02-01 23:52:18 +01:00
parent 537f4c4686
commit 515ab236b5

View file

@ -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