We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985b74a commit a801c13Copy full SHA for a801c13
.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
@@ -127,7 +127,7 @@ jobs:
127
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
128
with:
129
shell: bash
130
- timeout_minutes: 60
+ timeout_minutes: 70
131
max_attempts: 5
132
retry_on: error
133
command: |
0 commit comments