From aa91882f03533864b9282e0410aca26ef61b9f9e Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 5 Sep 2011 09:05:48 +0000 Subject: xpp: waitfor_xpds: higher and configurable timeout On several pathological cases we may need to wait more than 40 seconds. Make that timeout configurable. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@10177 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/waitfor_xpds | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xpp/waitfor_xpds b/xpp/waitfor_xpds index 352a250..067a128 100755 --- a/xpp/waitfor_xpds +++ b/xpp/waitfor_xpds @@ -29,6 +29,7 @@ set -e # For lab testing mydir=`dirname $0` PATH="${mydir}:${PATH}" +XPP_WAIT_AB_TIMEOUT=80 [ -r /etc/dahdi/init.conf ] && . /etc/dahdi/init.conf @@ -56,7 +57,7 @@ fi # Wait for driver and first device echo -n 1>&2 "Astribanks detection " -tries=40 +tries="$XPP_WAIT_AB_TIMEOUT" while [ ! -e "/sys/bus/astribanks/devices/xbus-00" ] do if [ "$tries" -le 0 ]; then -- cgit v1.2.3