increasing count to 5

This commit is contained in:
Gabriel mermelstein 2025-07-04 15:38:53 +02:00
parent f921971ccb
commit 7ca918b72f
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -38,7 +38,7 @@ jobs:
run: |
set -euo pipefail
ulimit -n 65536
go test -count=2 -p=1 -v -timeout=360m ./waku \
go test -count=5 -p=1 -v -timeout=360m ./waku \
| tee testlogs.log
- name: Upload Test Logs