From 867190cde693ca5fa120e850bf1ab4e49c9b7695 Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Fri, 25 Oct 2024 09:55:36 -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 ccc39fc9f..00e5c1c67 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: "50" + REFLEX_WEB_WINDOWS_MAX_ROUTES: "25" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4