From 3655838ef40330e506fd4a1286024e65b1b945cd Mon Sep 17 00:00:00 2001 From: aya Date: Mon, 2 Jun 2025 20:06:36 +0300 Subject: [PATCH] Adjust count of each test runs to 15 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fc2aee9..764fa71 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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