Page MenuHomePhabricator

D13094.diff
No OneTemporary

D13094.diff

diff --git a/services/terraform/self-host/aws-deploy.sh b/services/terraform/self-host/aws-deploy.sh
--- a/services/terraform/self-host/aws-deploy.sh
+++ b/services/terraform/self-host/aws-deploy.sh
@@ -127,7 +127,7 @@
echo "Disabling traffic to load balancer"
disable_general_lb_traffic
-http_code=$(curl -s -o /dev/null -w "%{http_code}" --max-time 5 "$health_check_url")
+http_code=$(curl -s -o /dev/null -w "%{http_code}" --max-time 15 "$health_check_url")
if [[ "$http_code" -eq 000 ]]; then
echo "Error: Health check timed out trying to access keyserver domain at ${health_check_url}."

File Metadata

Mime Type
text/plain
Expires
Fri, Sep 20, 5:53 PM (20 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2152828
Default Alt Text
D13094.diff (603 B)

Event Timeline