Skip to content

Commit eeb1d49

Browse files
Test: increase timeout_minutes and swap memory
1 parent d41bfc0 commit eeb1d49

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/generate_coverage.yaml

Lines changed: 3 additions & 3 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: 180
14+
timeout-minutes: 210
1515

1616
permissions:
1717
# Needed to cancel any previous runs that are not completed for a given workflow
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Create swap
126126
run: |
127-
sudo fallocate -l 10G /swapfile
127+
sudo fallocate -l 12G /swapfile
128128
sudo chmod 600 /swapfile
129129
sudo mkswap /swapfile
130130
sudo swapon /swapfile
@@ -136,7 +136,7 @@ jobs:
136136
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
137137
with:
138138
shell: bash
139-
timeout_minutes: 150
139+
timeout_minutes: 180
140140
max_attempts: 5
141141
retry_on: error
142142
command: |

0 commit comments

Comments
 (0)