We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb1d49 commit fd8c438Copy full SHA for fd8c438
1 file changed
.github/workflows/generate_coverage.yaml
@@ -11,7 +11,7 @@ jobs:
11
name: Generate coverage and push to Coveralls.io
12
13
runs-on: ubuntu-latest
14
- timeout-minutes: 210
+ timeout-minutes: 400
15
16
permissions:
17
# Needed to cancel any previous runs that are not completed for a given workflow
@@ -131,12 +131,12 @@ jobs:
131
132
- name: Build dpnp with coverage
133
env:
134
- CMAKE_BUILD_PARALLEL_LEVEL: 2
+ CMAKE_BUILD_PARALLEL_LEVEL: 1
135
id: build_coverage
136
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
137
with:
138
shell: bash
139
- timeout_minutes: 180
+ timeout_minutes: 350
140
max_attempts: 5
141
retry_on: error
142
command: |
0 commit comments