Skip to content

Commit ec2164b

Browse files
committed
OpenBSD: Increase maximum number of open file descriptors
1 parent b041f07 commit ec2164b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/openbsd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
if: ${{ ! inputs.skip_functional_tests }}
8989
run: |
9090
cd ${{ github.workspace }}
91+
ulimit -n 1024
9192
./build/test/functional/test_runner.py --ci --extended -j ${{ env.CI_NCPU }} --combinedlogslen=99999999 --tmpdirprefix . --timeout-factor=8 ${{ env.FUNCTIONAL_TESTS_EXCLUDE }}
9293
9394
openbsd-depends:
@@ -156,4 +157,5 @@ jobs:
156157
if: ${{ ! inputs.skip_functional_tests }}
157158
run: |
158159
cd ${{ github.workspace }}
160+
ulimit -n 1024
159161
./build/test/functional/test_runner.py --ci --extended -j ${{ env.CI_NCPU }} --combinedlogslen=99999999 --tmpdirprefix . --timeout-factor=8 ${{ env.FUNCTIONAL_TESTS_EXCLUDE }}

0 commit comments

Comments
 (0)