modifying ulimit setup

This commit is contained in:
Gabriel mermelstein 2025-07-03 17:57:14 +02:00
parent eb2867dfde
commit efc1010800
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -34,12 +34,11 @@ jobs:
- name: Build nwaku dependencies
run: make -C waku
- name: Increase ulimit
run: sudo sh -c "ulimit -n 65536"
- name: Run Daily Test
run: |
set -euo pipefail
ulimit -n 65536
ulimit -n # This will print the current limit to verify it worked
go test -count=10 -p=1 -v -timeout=360m ./waku \
| tee testlogs.log