mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
tests: increased waiting time in radius tests to account for time fuzz
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user