From 2d6ec5dde74ccf685c0b688f5610bf7259f4d176 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Sat, 23 Jul 2022 18:46:07 -0500 Subject: [PATCH] Set build and release actions timeout to 30 mins --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61d0e18..554e74a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: docker-build: name: docker images runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 30 steps: - name: Checkout code diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b902981..16f3517 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: docker-release: name: Publish Docker images runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 30 steps: - name: Checkout code