Skip to content

Commit

Permalink
Increase HotROD CI test timeout to 30sec
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro authored and bhiravabhatla committed Jan 25, 2021
1 parent 9bec1a4 commit 01654f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/hotrod-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ make docker-hotrod
export REPO=jaegertracing/example-hotrod
export CID=$(docker run -d -p 8080:8080 $REPO:latest)
i=0
while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:8080)" != "200" && ${i} < 5 ]]; do
while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:8080)" != "200" && ${i} < 30 ]]; do
sleep 1
i=$((i+1))
done
Expand Down

0 comments on commit 01654f9

Please sign in to comment.