From 7b994cdf8ba182801ea89e648dab5b6bf98cf202 Mon Sep 17 00:00:00 2001 From: euanmillar Date: Mon, 7 Feb 2022 11:34:08 +0000 Subject: [PATCH] Increase github action timeout --- .github/workflows/cd-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-version.yml b/.github/workflows/cd-version.yml index 0e5f6b1f9f..a2c769331c 100644 --- a/.github/workflows/cd-version.yml +++ b/.github/workflows/cd-version.yml @@ -17,7 +17,7 @@ on: jobs: push-deploy-e2e: runs-on: ubuntu-20.04 - timeout-minutes: 60 + timeout-minutes: 120 strategy: matrix: node-version: [14.17.0]