From ee4a33e80d0d08ea4e12abe730b7aedf4eae86fe Mon Sep 17 00:00:00 2001 From: Katherine Eaton Date: Tue, 28 Jul 2020 13:46:00 -0400 Subject: [PATCH] lower timeouts back down ot 30 min --- .github/workflows/pipeline_assembly.yaml | 2 +- .github/workflows/pipeline_combine.yaml | 2 +- .github/workflows/pipeline_sra.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline_assembly.yaml b/.github/workflows/pipeline_assembly.yaml index e52250ebd..bdc32b53d 100644 --- a/.github/workflows/pipeline_assembly.yaml +++ b/.github/workflows/pipeline_assembly.yaml @@ -28,7 +28,7 @@ jobs: # Assembled Genome Test assembly: runs-on: ubuntu-latest - timeout-minutes: 60 + timeout-minutes: 30 steps: #------------------------------------------------------------------------# # Checkout Repository diff --git a/.github/workflows/pipeline_combine.yaml b/.github/workflows/pipeline_combine.yaml index e787cefa2..07034de2d 100644 --- a/.github/workflows/pipeline_combine.yaml +++ b/.github/workflows/pipeline_combine.yaml @@ -30,7 +30,7 @@ jobs: # Combination Test combine: runs-on: ubuntu-latest - timeout-minutes: 60 + timeout-minutes: 30 steps: #------------------------------------------------------------------------# # Checkout Repository diff --git a/.github/workflows/pipeline_sra.yaml b/.github/workflows/pipeline_sra.yaml index f2dc3408c..390b7ad34 100644 --- a/.github/workflows/pipeline_sra.yaml +++ b/.github/workflows/pipeline_sra.yaml @@ -30,7 +30,7 @@ jobs: # Install dependencies sra : runs-on: ubuntu-latest - timeout-minutes: 60 + timeout-minutes: 30 steps: #------------------------------------------------------------------------# # Checkout Repository