tests: increased waiting time in radius tests to account for time fuzz

This commit is contained in:
Nikos Mavrogiannopoulos
2015-07-10 10:06:50 +02:00
parent 5d19fde60e
commit c342fc6f09
2 changed files with 4 additions and 4 deletions

View File

@@ -123,7 +123,7 @@ fi
fi
echo "Waiting for accounting report"
sleep 60
sleep 70
kill -INT $PID
@@ -189,7 +189,7 @@ fi
sleep 4
echo "Waiting for accounting report"
sleep 60
sleep 70
kill -INT $PID

View File

@@ -77,7 +77,7 @@ retrieve_route_info testtime '192.168.67.0/24'
echo "Waiting for accounting report"
sleep 60
sleep 70
FILE=`$DOCKER exec $IMAGE_NAME ls /var/log/radius/radacct/127.0.0.1/`
@@ -90,7 +90,7 @@ fi
#wait until sec-mod has cleaned up its entries
echo "Waiting for disconnection report"
sleep 60
sleep 70
rm -f out$TMP
$DOCKER exec $IMAGE_NAME cat "/var/log/radius/radacct/127.0.0.1/$FILE" >out$TMP