Prepare new endpoints for csit/vid internal api
[integration/csit.git] / scripts / vid / start_vid_containers.sh
index c880434..c1c09bc 100644 (file)
@@ -32,7 +32,7 @@ docker-compose up -d --build
 
 # WAIT 5 minutes maximum and test every 5 seconds if VID up using HealthCheck API
 
-TIME_OUT=1200
+TIME_OUT=300
 INTERVAL=5
 TIME=0