We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583d526 commit 9687950Copy full SHA for 9687950
tests/e2e/web.runner.ts
@@ -35,7 +35,7 @@ import testcafe from 'testcafe';
35
browserInitTimeout: 60000,
36
selectorTimeout: 5000,
37
speed: 1,
38
- quarantineMode: { successThreshold: '1', attemptLimit: '3' }
+ quarantineMode: { successThreshold: '1', attemptLimit: '1' }
39
});
40
})
41
.then((failedCount) => {
0 commit comments