Skip to content

Commit

Permalink
chore: remove extra assert time
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Dec 18, 2023
1 parent 0a28d36 commit 93a49d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ export default defineConfig({
screenshot: 'only-on-failure',
},

// Allow extra time in CI
expect: {
timeout: process.env.CI ? 30 * 1000 : undefined,
},

/* Configure projects for major browsers */
projects: [
{
Expand Down

0 comments on commit 93a49d2

Please sign in to comment.