We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41bfc0 commit eeb1d49Copy full SHA for eeb1d49
1 file changed
.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: 180
+ timeout-minutes: 210
15
16
permissions:
17
# Needed to cancel any previous runs that are not completed for a given workflow
@@ -124,7 +124,7 @@ jobs:
124
125
- name: Create swap
126
run: |
127
- sudo fallocate -l 10G /swapfile
+ sudo fallocate -l 12G /swapfile
128
sudo chmod 600 /swapfile
129
sudo mkswap /swapfile
130
sudo swapon /swapfile
@@ -136,7 +136,7 @@ jobs:
136
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
137
with:
138
shell: bash
139
- timeout_minutes: 150
+ timeout_minutes: 180
140
max_attempts: 5
141
retry_on: error
142
command: |
0 commit comments