From 8f2458b9bcbad22108627d887ab32fb63ad2fe2a Mon Sep 17 00:00:00 2001 From: Paul Schoenfelder Date: Wed, 30 May 2018 16:54:18 -0400 Subject: [PATCH] [deployment] fix issue with timeout invocation --- bin/deployment/health_check | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/deployment/health_check b/bin/deployment/health_check index 1479f9839c..7668f79bac 100755 --- a/bin/deployment/health_check +++ b/bin/deployment/health_check @@ -2,6 +2,8 @@ set -x +# Timeout after 2 min if we still haven't gotten a response +timeout 120s bash <