chore(e2e): reduce retries in open mode (#51560)

This commit is contained in:
Oliver Eyton-Williams 2023-09-18 18:58:08 +02:00 committed by GitHub
parent 88b36d08b8
commit 53a4a23622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ module.exports = defineConfig({
e2e: {
baseUrl: 'http://localhost:8000',
projectId: 'ke77ns',
retries: 4,
retries: { openMode: 1, runMode: 4 },
chromeWebSecurity: false,
// This is the default spec pattern, that we use on /learn proper