Skip to content

Commit

Permalink
lower timeouts back down ot 30 min
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jul 28, 2020
1 parent f94d823 commit ee4a33e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline_assembly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Assembled Genome Test
assembly:
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 30
steps:
#------------------------------------------------------------------------#
# Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline_combine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Combination Test
combine:
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 30
steps:
#------------------------------------------------------------------------#
# Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline_sra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Install dependencies
sra :
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 30
steps:
#------------------------------------------------------------------------#
# Checkout Repository
Expand Down

0 comments on commit ee4a33e

Please sign in to comment.