Skip to content

Commit

Permalink
increasing timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Feb 29, 2024
1 parent ef883d7 commit c8cd2ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boxes/react/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
video: 'on-first-retry',
},
expect: {
timeout: 30000,
timeout: 90000,
},
projects: [
{
Expand Down
2 changes: 1 addition & 1 deletion boxes/vanilla-js/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
video: 'on-first-retry',
},
expect: {
timeout: 30000,
timeout: 90000,
},
projects: [
{
Expand Down

0 comments on commit c8cd2ad

Please sign in to comment.