Skip to content

Commit

Permalink
Increase timeout minutes for workflows (#207)
Browse files Browse the repository at this point in the history
* Increase timeout

* Add timeout
  • Loading branch information
martinkim0 authored Dec 7, 2023
1 parent 05721b6 commit c00811d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_linux_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
image: martinkim0/scvi-tools:py${{ inputs.python-version }}-cu${{ inputs.cuda-version }}-devel-${{ inputs.scvi-tools-version }}
options: --user root --gpus all

timeout-minutes: 600 # lenient timeout for scbasset tutorial

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_linux_cuda_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
image: martinkim0/scvi-tools:py${{ inputs.python-version }}-cu${{ inputs.cuda-version }}-tutorials-${{ inputs.branch-name}}
options: --user root --gpus all

timeout-minutes: 600 # lenient timeout for scbasset tutorial

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c00811d

Please sign in to comment.