From 47d8e4bdb683f6882c04768a5352a796d7b9978d Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Sat, 2 Jun 2018 09:12:31 -0700 Subject: [PATCH] Increase retry value to avoid build failures (#1468) --- infra/uploader/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/uploader/Dockerfile b/infra/uploader/Dockerfile index 8819d50c3..814678833 100644 --- a/infra/uploader/Dockerfile +++ b/infra/uploader/Dockerfile @@ -3,5 +3,5 @@ from ubuntu:16.04 RUN apt-get update && apt-get upgrade -y RUN apt-get install -y curl -ENTRYPOINT ["curl", "--retry", "2", "-X", "PUT", "-T"] +ENTRYPOINT ["curl", "--retry", "5", "-X", "PUT", "-T"]