Skip to content

Commit 2407165

Browse files
authored
Merge pull request #726 from JuliaControl/timeout
increase timeout
2 parents a20beb7 + 234645c commit 2407165

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)