Skip to content

Commit 70aafaf

Browse files
committed
ci: increasing timeout in gh actions
1 parent 09f1084 commit 70aafaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
quality:
1717
runs-on: ubuntu-latest
18-
timeout-minutes: 30
18+
timeout-minutes: 45
1919
strategy:
2020
matrix:
2121
python-version: ['3.10', '3.11', '3.12'] # Need to add 3.13 once we resolve outlines issues.

0 commit comments

Comments
 (0)