Skip to content

Commit

Permalink
Extend consul -try to 30m
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel committed Jan 28, 2019
1 parent 09ce760 commit 9b31d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/e2e-image/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ kubectl port-forward statefulset/consul 8500:8500 &
echo "Waiting consul port-forward to launch on 8500..."
timeout 60 bash -c 'until printf "" 2>>/dev/null >>/dev/tcp/$0/$1; do sleep 1; done' 127.0.0.1 8500
echo "consul port-forward launched. Starting e2e tests..."
consul lock -child-exit-code=true -timeout 30m -try 5m -verbose LockE2E /root/e2e.sh
consul lock -child-exit-code=true -timeout 30m -try 30m -verbose LockE2E /root/e2e.sh
killall -q kubectl

0 comments on commit 9b31d92

Please sign in to comment.