From 39fc0e27d8f392f7f970abeba88ea027b4c53be4 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 26 Jan 2022 13:45:08 -0500 Subject: [PATCH] Bump cd workflow timeout to 60 mins (#3412) --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2aea6fcb..0c6ee71d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -16,7 +16,7 @@ jobs: build: name: Build images - timeout-minutes: 30 + timeout-minutes: 60 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.4.0