Skip to content

Commit

Permalink
Wait longer for etcd startup in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Nov 3, 2015
1 parent 2c6234e commit 87880fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ etcd -name test -data-dir ${ETCD_DIR} \
>/dev/null 2>/dev/null &
export ETCD_PID=$!

wait_for_url "http://${ETCD_HOST}:${ETCD_PORT}/version" "etcd: " 0.25 80
wait_for_url "http://${ETCD_HOST}:${ETCD_PORT}/version" "etcd: " 0.25 160
curl -X PUT "http://${ETCD_HOST}:${ETCD_PORT}/v2/keys/_test"
echo

Expand Down

0 comments on commit 87880fe

Please sign in to comment.