Skip to content

Commit

Permalink
extend gh actions timeout bc failing too often
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikschaelte committed Sep 1, 2022
1 parent b44299e commit c52091e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: .github/workflows/install_deps.sh base R

- name: Run tests
timeout-minutes: 12
timeout-minutes: 15
run: tox -e base

- name: Run visualization tests
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: .github/workflows/install_deps.sh base R

- name: Run tests
timeout-minutes: 10
timeout-minutes: 15
run: tox -e external

- name: Coverage
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run: .github/workflows/install_deps.sh amici

- name: Run tests
timeout-minutes: 16
timeout-minutes: 20
run: tox -e petab

- name: Coverage
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
run: .github/workflows/install_deps.sh

- name: Run tests
timeout-minutes: 7
timeout-minutes: 10
run: tox -e mac

- name: Coverage
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
run: .github/workflows/install_deps.sh

- name: Run notebooks
timeout-minutes: 10
timeout-minutes: 15
run: tox -e notebooks1

notebooks2:
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
run: .github/workflows/install_deps.sh R amici

- name: Run notebooks
timeout-minutes: 10
timeout-minutes: 15
run: tox -e notebooks2

quality:
Expand Down

0 comments on commit c52091e

Please sign in to comment.