Skip to content

Commit 4c85564

Browse files
committed
Typo fix
Signed-off-by: Konstantinos <[email protected]>
1 parent ee97797 commit 4c85564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +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
24+
timeout-minutes: 46 # equal to max + 3*std over the last 600 successful runs
2525
env:
2626
QUICKTEST: True
2727
steps:

0 commit comments

Comments
 (0)