Skip to content
Snippets Groups Projects
Commit 6fdd1632 authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

TAsk #8389: Added sleep before first check of TBB images

parent 45ec5ab6
No related branches found
No related tags found
No related merge requests found
......@@ -184,6 +184,7 @@ if [ -e $BINDIR/tbbctl ]; then
# Introduce a timeout of 60 sec for images to initialize
echo "Waiting for TBB images to be initialized"
timeout=60
sleep 10
for (( s=0 ; s<timeout; s++ ))
do
tbb_respons=`tbbctl --version`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment