Skip to content

Commit 6af7183

Browse files
authored
Merge pull request #289 from OpenSourceAWE/agent/288-ci-the-code-coverage-job-s-timeout-minut
CI: the code-coverage job's timeout-minutes is 30, tighter than the pl
2 parents 0da841d + 395db38 commit 6af7183

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
prefix: ${{ runner.os == 'Linux' && 'xvfb-run -a' || '' }}
7474
test-with-code-coverage:
7575
name: Julia ${{ matrix.julia_version }} - ${{ matrix.os }} - ${{ matrix.julia_arch }} - with code coverage
76-
timeout-minutes: 30
76+
timeout-minutes: 50
7777
strategy:
7878
fail-fast: false
7979
matrix:

0 commit comments

Comments
 (0)