Skip to content

Commit 6ea695a

Browse files
Increase timeout-minutes for generate-coverage job
1 parent a9aadd9 commit 6ea695a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate_coverage.yaml

Lines changed: 2 additions & 2 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: 120
14+
timeout-minutes: 150
1515

1616
permissions:
1717
# Needed to cancel any previous runs that are not completed for a given workflow
@@ -122,7 +122,7 @@ jobs:
122122
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
123123
with:
124124
shell: bash
125-
timeout_minutes: 90
125+
timeout_minutes: 120
126126
max_attempts: 5
127127
retry_on: error
128128
command: |

0 commit comments

Comments
 (0)