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: