Skip to content

Commit

Permalink
chore: test single retry in tests (#2648)
Browse files Browse the repository at this point in the history
💪
  • Loading branch information
tomiir authored Aug 5, 2024
1 parent e6a33b3 commit 7bf3aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/laboratory/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config({ path: './.env.local' })
export default defineConfig<ModalFixture>({
testDir: './tests',
fullyParallel: true,
retries: getValue(2, 1),
retries: 1,
workers: getValue(8, 4),
reporter: getValue(
[['list'], ['html', { host: '0.0.0.0' }]],
Expand Down

0 comments on commit 7bf3aa4

Please sign in to comment.