Adjust count of each test runs to 15

This commit is contained in:
aya 2025-06-02 20:06:36 +03:00
parent aba0b96cfb
commit 3655838ef4

View File

@ -37,9 +37,9 @@ jobs:
- name: Increase ulimit
run: sudo sh -c "ulimit -n 8192"
- name: Run Endurance Test
- name: Run Daily Test
run: |
go test -p=1 -v ./waku -count=1 -timeout=360m \
go test -p=1 -v ./waku -count=15 -timeout=360m \
| tee testlogs.log
- name: Upload Test Logs