We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9aadd9 commit 6ea695aCopy full SHA for 6ea695a
.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: 120
+ timeout-minutes: 150
15
16
permissions:
17
# Needed to cancel any previous runs that are not completed for a given workflow
@@ -122,7 +122,7 @@ jobs:
122
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
123
with:
124
shell: bash
125
- timeout_minutes: 90
+ timeout_minutes: 120
126
max_attempts: 5
127
retry_on: error
128
command: |
0 commit comments