Skip to content

Commit

Permalink
test: update component test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler committed Jul 11, 2024
1 parent 9954883 commit b915dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sanity/playwright-ct.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ export default defineConfig({
],

/* Maximum time one test can run for. */
timeout: 10 * 1000,
timeout: 30 * 1000,
expect: {
// Maximum time expect() should wait for the condition to be met.
timeout: 5 * 1000,
timeout: 10 * 1000,
},

/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
Expand Down

0 comments on commit b915dae

Please sign in to comment.