From a2385ae21d8b27f264ebaf95bdfaae49d7474e2b Mon Sep 17 00:00:00 2001 From: chenyu Date: Mon, 3 Aug 2026 15:37:58 -0400 Subject: [PATCH] MAX_LINE_COUNT=26000 (#17378) oh well --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb1cddf171..4d272ca048 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -219,8 +219,8 @@ jobs: run: python3 test/external/external_benchmark_schedule.py - name: Run process replay tests uses: ./.github/actions/process-replay - - name: Repo line count < 25000 lines - run: MAX_LINE_COUNT=25000 python sz.py + - name: Repo line count <= 26000 lines + run: MAX_LINE_COUNT=26000 python sz.py spec: strategy: