Skip to content

Commit a801c13

Browse files
committed
Increase tests timeout for coverage workflow
1 parent 985b74a commit a801c13

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
@@ -127,7 +127,7 @@ jobs:
127127
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
128128
with:
129129
shell: bash
130-
timeout_minutes: 60
130+
timeout_minutes: 70
131131
max_attempts: 5
132132
retry_on: error
133133
command: |

0 commit comments

Comments
 (0)