Skip to content

Commit 4622c99

Browse files
committed
ci: increasing timeout in gh actions
1 parent 70aafaf commit 4622c99

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: 45
18+
timeout-minutes: 90 # TODO: need to reduce this after we figure out our testing strategy.
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)