Skip to content

Commit c52091e

Browse files
extend gh actions timeout bc failing too often
1 parent b44299e commit c52091e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: .github/workflows/install_deps.sh base R
3838

3939
- name: Run tests
40-
timeout-minutes: 12
40+
timeout-minutes: 15
4141
run: tox -e base
4242

4343
- name: Run visualization tests
@@ -80,7 +80,7 @@ jobs:
8080
run: .github/workflows/install_deps.sh base R
8181

8282
- name: Run tests
83-
timeout-minutes: 10
83+
timeout-minutes: 15
8484
run: tox -e external
8585

8686
- name: Coverage
@@ -114,7 +114,7 @@ jobs:
114114
run: .github/workflows/install_deps.sh amici
115115

116116
- name: Run tests
117-
timeout-minutes: 16
117+
timeout-minutes: 20
118118
run: tox -e petab
119119

120120
- name: Coverage
@@ -148,7 +148,7 @@ jobs:
148148
run: .github/workflows/install_deps.sh
149149

150150
- name: Run tests
151-
timeout-minutes: 7
151+
timeout-minutes: 10
152152
run: tox -e mac
153153

154154
- name: Coverage
@@ -182,7 +182,7 @@ jobs:
182182
run: .github/workflows/install_deps.sh
183183

184184
- name: Run notebooks
185-
timeout-minutes: 10
185+
timeout-minutes: 15
186186
run: tox -e notebooks1
187187

188188
notebooks2:
@@ -210,7 +210,7 @@ jobs:
210210
run: .github/workflows/install_deps.sh R amici
211211

212212
- name: Run notebooks
213-
timeout-minutes: 10
213+
timeout-minutes: 15
214214
run: tox -e notebooks2
215215

216216
quality:

0 commit comments

Comments
 (0)