From 7c123600579e02589bbfc0b17408492e6adc363c Mon Sep 17 00:00:00 2001 From: Tim Cosgrove Date: Fri, 12 Jul 2024 13:48:12 -0700 Subject: [PATCH] increase Deploy timeout to 25m. (#2178) There are no changes that need to be validated by CI here. --- .github/workflows/content-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/content-release.yml b/.github/workflows/content-release.yml index 937a2172d3..177b6d1809 100644 --- a/.github/workflows/content-release.yml +++ b/.github/workflows/content-release.yml @@ -392,7 +392,7 @@ jobs: - build outputs: DEPLOY_END_TIME: ${{ steps.export-deploy-end-time.outputs.DEPLOY_END_TIME }} - timeout-minutes: 15 + timeout-minutes: 25 steps: