Skip to content

Commit b4395ea

Browse files
Increase timeout_minutes for build dpnp with coverage step
1 parent ed51252 commit b4395ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
123123
with:
124124
shell: bash
125-
timeout_minutes: 60
125+
timeout_minutes: 90
126126
max_attempts: 5
127127
retry_on: error
128128
command: |

0 commit comments

Comments
 (0)