Skip to content

Commit b602455

Browse files
committed
test: increase open file descriptor limit in CI
1 parent c1186a9 commit b602455

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/bitcoin-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ jobs:
140140
with:
141141
btc-version: "25.0"
142142

143+
## Increase open file descriptors limit
144+
- name: Increase Open File Descriptors
145+
run: |
146+
sudo prlimit --nofile=4096:4096
147+
143148
## Run test matrix using restored cache of archive file
144149
## - Test will timeout after env.TEST_TIMEOUT minutes
145150
- name: Run Tests

0 commit comments

Comments
 (0)