Skip to content

Commit

Permalink
Issue #179: extend timeout to 40 sec to let service start up before e…
Browse files Browse the repository at this point in the history
…xecution of validation
  • Loading branch information
romani committed Dec 30, 2018
1 parent 22249ce commit d247a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ build:
cd /opt/sonarqube/
rm -f logs/*.*
./bin/run.sh &
echo "sleeping 30 to let sonar start up"
sleep 30
echo "sleeping 40 to let sonar start up"
sleep 40
cd -
mvn sonar:sonar
grep "ERROR" /opt/sonarqube/logs/* | cat
Expand Down

0 comments on commit d247a71

Please sign in to comment.