From d3ec565c58eb12380bc74725da7ae9312a927e8e Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Thu, 24 Oct 2024 15:50:07 -0700 Subject: [PATCH] lower it even more --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index e1c31946d..55f1b1e8f 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -125,7 +125,7 @@ jobs: env: REFLEX_WEB_WINDOWS_OVERRIDE: "1" - REFLEX_WEB_WINDOWS_MAX_ROUTES: "100" + REFLEX_WEB_WINDOWS_MAX_ROUTES: "75" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4