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