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