Skip to content

Commit ee97797

Browse files
committed
ci: add custom timeout to ci job in order to save resources
Signed-off-by: Konstantinos <konstantinos.kitsios@uzh.ch>
1 parent d388d1c commit ee97797

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/conda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
os: [ubuntu-latest]
2222
python-version: ["3.9", "3.10"]
2323
runs-on: ${{ matrix.os }}
24+
timeout: 46 # minutes, equal to max + 3*std over the last 600 successful runs
2425
env:
2526
QUICKTEST: True
2627
steps:

0 commit comments

Comments
 (0)