From df73cbbbb4f1a840592d2c0f14ccc47fab0974a7 Mon Sep 17 00:00:00 2001 From: Andy Wu Date: Mon, 21 Oct 2024 12:44:50 -0700 Subject: [PATCH] [feat] add timeout per request from Boris --- .github/workflows/reusable-build-test-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-test-workflow.yml b/.github/workflows/reusable-build-test-workflow.yml index 3aab353..6394fd1 100644 --- a/.github/workflows/reusable-build-test-workflow.yml +++ b/.github/workflows/reusable-build-test-workflow.yml @@ -34,7 +34,7 @@ on: jobs: build_and_test: name: Build and Test - timeout-minutes: 15 + timeout-minutes: 60 runs-on: ubuntu-latest ## Example to fix envrionment secret not passing in: https://github.com/AllanOricil/workflow-template-bug/blob/master/.github/workflows/workflow-template-fix-without-required-secret.yml environment: ${{ inputs.ENVIRONMENT }}