Skip to content

Commit 234645c

Browse files
committed
increase timeout
Julia v1.8 brought with it a massive increase in compile times :( Unfortunately, the tests now take roughly 3x longer to run on my local machine compared to for julia v1.7.3
1 parent a20beb7 commit 234645c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runtests:
1616
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1717
runs-on: ${{ matrix.os }}
18-
timeout-minutes: 30
18+
timeout-minutes: 50
1919
strategy:
2020
fail-fast: false
2121
matrix:

0 commit comments

Comments
 (0)