From 3d65ac4ae5068a4340ab1cb8b8f5f1acf4bd197b Mon Sep 17 00:00:00 2001 From: Wenhai Zhu Date: Thu, 13 Jul 2023 10:45:55 -0700 Subject: [PATCH] increase the glue cralwer deployment timeout to 1200 (#2318) Summary: Pull Request resolved: https://github.com/facebookresearch/fbpcs/pull/2318 We recently noticed that the data infra deployment would take more than 10 mins (firehose took 10+ mins) and this causes it exceeds the timeout time and failed immediately. Increasing the timeout to 20mins to give it enough time on retry. Reviewed By: joe1234wu Differential Revision: D47418149 fbshipit-source-id: ed37497c10596095e843ba646d144d63a108263a --- fbpcs/infra/cloud_bridge/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbpcs/infra/cloud_bridge/deploy.sh b/fbpcs/infra/cloud_bridge/deploy.sh index f8a1f3a66..1c4a2d2b6 100755 --- a/fbpcs/infra/cloud_bridge/deploy.sh +++ b/fbpcs/infra/cloud_bridge/deploy.sh @@ -327,7 +327,7 @@ deploy_aws_resources() { echo "######################## Initializing terraform working directory completed ########################" echo "######################## Deploy Data Ingestion Terraform scripts started ########################" set +e - local data_ingestion_time_out=600 + local data_ingestion_time_out=1200 SECONDS=0 while [ $SECONDS -lt $data_ingestion_time_out ] do