We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b041f07 commit ec2164bCopy full SHA for ec2164b
.github/workflows/openbsd.yml
@@ -88,6 +88,7 @@ jobs:
88
if: ${{ ! inputs.skip_functional_tests }}
89
run: |
90
cd ${{ github.workspace }}
91
+ ulimit -n 1024
92
./build/test/functional/test_runner.py --ci --extended -j ${{ env.CI_NCPU }} --combinedlogslen=99999999 --tmpdirprefix . --timeout-factor=8 ${{ env.FUNCTIONAL_TESTS_EXCLUDE }}
93
94
openbsd-depends:
@@ -156,4 +157,5 @@ jobs:
156
157
158
159
160
161
0 commit comments