Skip to content

Commit d247a71

Browse files
committed
Issue #179: extend timeout to 40 sec to let service start up before execution of validation
1 parent 22249ce commit d247a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wercker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ build:
2323
cd /opt/sonarqube/
2424
rm -f logs/*.*
2525
./bin/run.sh &
26-
echo "sleeping 30 to let sonar start up"
27-
sleep 30
26+
echo "sleeping 40 to let sonar start up"
27+
sleep 40
2828
cd -
2929
mvn sonar:sonar
3030
grep "ERROR" /opt/sonarqube/logs/* | cat

0 commit comments

Comments
 (0)