Skip to content

Commit 2d59f1f

Browse files
authored
CI(cov): set a longer timeout (#1528)
1 parent c6cde0d commit 2d59f1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
cmake --install build
2424
- name: Testing
2525
run: |
26-
cmake --build build --target test ARGS="-V"
26+
cmake --build build --target test ARGS="-V --timeout 7200"
2727
- name: Upload Coverage to Codecov
2828
uses: codecov/codecov-action@v3
29+
if: ${{ ! cancelled() }}
2930
with:
3031
gcov: true

0 commit comments

Comments
 (0)