This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch parallel-check
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit ca78cf0c8bc16dd5a8893bb86ea330178f9fa918
Author: Jan Lehnardt <[email protected]>
AuthorDate: Fri Dec 5 16:45:06 2025 +0100

    test: raise ulimit -n for tests go 20480, c.f. macOS
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 947371e3c..8bdc05381 100644
--- a/Makefile
+++ b/Makefile
@@ -158,6 +158,7 @@ escriptize: couch-core
 
 .PHONY: check
 # target: check - Test everything
+check: ulimit -n 20480
 check: all
        @$(MAKE) xref
        @$(MAKE) eunit

Reply via email to