sleep 30 after docker-compose down in sonarscan script

This commit is contained in:
Matthias Bisping 2022-03-24 09:42:07 +01:00
parent 4e8f81b536
commit 21e519a6cd

View File

@ -19,6 +19,7 @@ python3 -m pip install coverage
echo "docker-compose down"
docker-compose down
sleep 30
bash run_tests.sh