Skip to content

Commit 16afe3d

Browse files
authored
Merge pull request #276 from gaurav-arya/patch-1
Increase CI timeout length
2 parents aa48a41 + 3095db4 commit 16afe3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
test:
18-
timeout-minutes: 15
18+
timeout-minutes: 30
1919
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - provider ${{ matrix.provider }} - ${{ matrix.threads }} thread(s)
2020
runs-on: ${{ matrix.os }}
2121
env:

0 commit comments

Comments
 (0)