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 ea3e759 commit cc7596aCopy full SHA for cc7596a
tests/e2e/web.runner.ts
@@ -36,7 +36,7 @@ import testcafe from 'testcafe';
36
selectorTimeout: 5000,
37
assertionTimeout: 5000,
38
speed: 1,
39
- quarantineMode: { successThreshold: '1', attemptLimit: '1' }
+ quarantineMode: { successThreshold: '1', attemptLimit: '3' }
40
});
41
})
42
.then((failedCount) => {
0 commit comments