Skip to content

Commit

Permalink
Increase timeouts and pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarvarela committed Apr 25, 2024
1 parent 928e17f commit f357647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
default: ""

env:
UV_THREADPOOL_SIZE: 12
UV_THREADPOOL_SIZE: 32

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions site/gatsby-site/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module.exports = defineConfig({
chromeWebSecurity: false,
screenshotOnRunFailure: false,
defaultCommandTimeout: 8000,
pageLoadTimeout: 120000,
requestTimeout: 8000,
pageLoadTimeout: 240000,
requestTimeout: 16000,
retries: {
runMode: 2,
openMode: 0,
Expand Down

0 comments on commit f357647

Please sign in to comment.