mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
chore(e2e): reduce retries in open mode (#51560)
This commit is contained in:
parent
88b36d08b8
commit
53a4a23622
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user