Skip to content

Commit 3095db4

Browse files
authored
Increase CI timeout length
Some of the CI tests can stochastically take much longer than the expected runtime (around 3min), so this PR bumps the timeout period to avoid spurious CI failures
1 parent ef8fc5b commit 3095db4

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)