There was an error while loading. Please reload this page.
1 parent d388d1c commit ee97797Copy full SHA for ee97797
1 file changed
.github/workflows/conda.yml
@@ -21,6 +21,7 @@ jobs:
21
os: [ubuntu-latest]
22
python-version: ["3.9", "3.10"]
23
runs-on: ${{ matrix.os }}
24
+ timeout: 46 # minutes, equal to max + 3*std over the last 600 successful runs
25
env:
26
QUICKTEST: True
27
steps:
0 commit comments