From 5f6e5380e439b43dc98c063929ea9f0454889f42 Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Thu, 24 Oct 2024 20:56:48 -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 55f1b1e8f..ccc39fc9f 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: "75" + REFLEX_WEB_WINDOWS_MAX_ROUTES: "50" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4