From 045c1714a4d1bd9609ca1b4b420964e36c80d2a0 Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Mon, 5 Feb 2024 15:13:05 -0800 Subject: [PATCH] tmp! testing --- .github/workflows/pathogen-repo-build.yaml | 8 ++++---- .github/workflows/pathogen-repo-build.yaml.in | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pathogen-repo-build.yaml b/.github/workflows/pathogen-repo-build.yaml index 5dabe9e..9f51abe 100644 --- a/.github/workflows/pathogen-repo-build.yaml +++ b/.github/workflows/pathogen-repo-build.yaml @@ -309,7 +309,7 @@ jobs: needs: [run-build, workflow-context] if: needs.run-build.outputs.AWS_BATCH_JOB_ID runs-on: ubuntu-latest - timeout-minutes: 360 + timeout-minutes: 2 steps: # Uses needs.workflow-context.outputs - # Need to run this after the build repo is cloned so that cloning the @@ -366,7 +366,7 @@ jobs: # timed out while attached to the AWS Batch job. wait-2: runs-on: ubuntu-latest - timeout-minutes: 360 + timeout-minutes: 2 steps: # Uses needs.workflow-context.outputs - # Need to run this after the build repo is cloned so that cloning the @@ -424,7 +424,7 @@ jobs: # 12–18 hours wait-3: runs-on: ubuntu-latest - timeout-minutes: 360 + timeout-minutes: 2 steps: # Uses needs.workflow-context.outputs - # Need to run this after the build repo is cloned so that cloning the @@ -482,7 +482,7 @@ jobs: # 18–24 hours wait-4: runs-on: ubuntu-latest - timeout-minutes: 360 + timeout-minutes: 2 steps: # Uses needs.workflow-context.outputs - # Need to run this after the build repo is cloned so that cloning the diff --git a/.github/workflows/pathogen-repo-build.yaml.in b/.github/workflows/pathogen-repo-build.yaml.in index 8eb074f..44780be 100644 --- a/.github/workflows/pathogen-repo-build.yaml.in +++ b/.github/workflows/pathogen-repo-build.yaml.in @@ -279,7 +279,7 @@ jobs: needs: [run-build, workflow-context] if: needs.run-build.outputs.AWS_BATCH_JOB_ID runs-on: ubuntu-latest - timeout-minutes: 360 + timeout-minutes: 2 steps: # Uses needs.workflow-context.outputs - *checkout-workflow-support