Skip to content

Commit

Permalink
bump test timeout time
Browse files Browse the repository at this point in the history
  • Loading branch information
e111077 committed May 16, 2024
1 parent 83ebb74 commit 5873b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config = {
workers: 1,
// Defaults to 30 seconds. We shouldn't need that much time, and it's better
// to fail fast and retry.
timeout: 5000,
timeout: 10000,
projects: [
{
name: 'chromium',
Expand Down

0 comments on commit 5873b49

Please sign in to comment.