From 8d2ded7e342e09670752ee321bedb2daf72f89ef Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 27 Aug 2010 15:21:09 +0200 Subject: [PATCH] connman: wait a bit more Signed-off-by: Stephan Raue --- packages/network/connman/profile.d/connman.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/network/connman/profile.d/connman.conf b/packages/network/connman/profile.d/connman.conf index 1f455963e5..957c9a4566 100644 --- a/packages/network/connman/profile.d/connman.conf +++ b/packages/network/connman/profile.d/connman.conf @@ -7,7 +7,6 @@ wait_for_network () { while [ $(ifconfig | grep -c ^eth) = 0 ]; do - usleep 200000 + usleep 250000 done - usleep 500000 }