Skip to content

Commit 60307ff

Browse files
increase the time limit of converge test
1 parent a4b9ede commit 60307ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
GTEST_COLOR: 'yes'
2727
OMP_NUM_THREADS: '2'
2828
run: |
29-
cmake --build build --target test ARGS="-V --timeout 21600"
29+
cmake --build build --target test ARGS="-V --timeout 43200"
3030
- name: Upload Coverage to Codecov
3131
uses: codecov/codecov-action@v4
3232
if: ${{ ! cancelled() }}

0 commit comments

Comments
 (0)