From 5dbe753512732dff805e4f93073c510fddb82b24 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 28 Jan 2016 15:22:22 +0100 Subject: [PATCH] tests: increase timeout for radius accounting report --- tests/radius-test-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/radius-test-config b/tests/radius-test-config index df7c3382..e2e28cf3 100755 --- a/tests/radius-test-config +++ b/tests/radius-test-config @@ -86,7 +86,7 @@ retrieve_route_info testtime '192.168.67.0/255.255.255.0' echo "Waiting for accounting report" -sleep 75 +sleep 95 DIR=`$DOCKER exec $IMAGE_NAME ls '/var/log/radius/radacct/'|tail -1` FILE=`$DOCKER exec $IMAGE_NAME ls '/var/log/radius/radacct/'"$DIR"|tail -1`