From 87880fe74edbc9ddec756ec18c3c3860c6a28ef3 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Mon, 2 Nov 2015 22:41:18 -0500 Subject: [PATCH] Wait longer for etcd startup in integration tests --- hack/test-integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/test-integration.sh b/hack/test-integration.sh index d507ad80cd9b..e45995e613bd 100755 --- a/hack/test-integration.sh +++ b/hack/test-integration.sh @@ -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