diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 614a6dae83..e0358c27b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ on: default: "" env: - UV_THREADPOOL_SIZE: 8 + UV_THREADPOOL_SIZE: 12 jobs: test: diff --git a/site/gatsby-site/cypress.config.js b/site/gatsby-site/cypress.config.js index 34a1c1cf22..0383127a00 100644 --- a/site/gatsby-site/cypress.config.js +++ b/site/gatsby-site/cypress.config.js @@ -5,6 +5,8 @@ module.exports = defineConfig({ chromeWebSecurity: false, screenshotOnRunFailure: false, defaultCommandTimeout: 8000, + pageLoadTimeout: 120000, + requestTimeout: 8000, retries: { runMode: 2, openMode: 0,