Skip to content

Commit

Permalink
test(config): remove concurrent browsers config
Browse files Browse the repository at this point in the history
This is an attempt to reduce the recent flakiness of our pipeline
  • Loading branch information
giamir committed Nov 6, 2023
1 parent e0a7a29 commit d0a2618
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web-test-runner.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export default {
files: "lib/**/*.visual.test.ts",
},
],
concurrentBrowsers: 3,
testsFinishTimeout: 60 * 1000 * 5, // 5 minutes

// animation disable CSS taken from https://github.com/microsoft/playwright/issues/7548#issuecomment-881897256
Expand Down

0 comments on commit d0a2618

Please sign in to comment.