Skip to content

Commit fd8c438

Browse files
Test: CMAKE_BUILD_PARALLEL_LEVEL to 1 and timeout_minutes 350
1 parent eeb1d49 commit fd8c438

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/generate_coverage.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Generate coverage and push to Coveralls.io
1212

1313
runs-on: ubuntu-latest
14-
timeout-minutes: 210
14+
timeout-minutes: 400
1515

1616
permissions:
1717
# Needed to cancel any previous runs that are not completed for a given workflow
@@ -131,12 +131,12 @@ jobs:
131131
132132
- name: Build dpnp with coverage
133133
env:
134-
CMAKE_BUILD_PARALLEL_LEVEL: 2
134+
CMAKE_BUILD_PARALLEL_LEVEL: 1
135135
id: build_coverage
136136
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
137137
with:
138138
shell: bash
139-
timeout_minutes: 180
139+
timeout_minutes: 350
140140
max_attempts: 5
141141
retry_on: error
142142
command: |

0 commit comments

Comments
 (0)