mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: retry installation tests up to 3 times (#32910)
Installation tests can fail due to e.g. network issues. Lets align with library tests and retry up to 3 times.
This commit is contained in:
parent
228eb141db
commit
c84305ed73
@ -38,7 +38,7 @@ export default defineConfig({
|
||||
outputDir,
|
||||
testIgnore: '**\/fixture-scripts/**',
|
||||
timeout: 5 * 60 * 1000,
|
||||
retries: 0,
|
||||
retries: process.env.CI ? 3 : 0,
|
||||
reporter: reporters(),
|
||||
forbidOnly: !!process.env.CI,
|
||||
workers: 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user