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 739bde0 commit 7ae1801Copy full SHA for 7ae1801
tests/e2e/web.runner.ts
@@ -38,7 +38,7 @@ import testcafe from 'testcafe';
38
selectorTimeout: 5000,
39
assertionTimeout: 5000,
40
speed: 1,
41
- quarantineMode: { successThreshold: 1, attemptLimit: 3 },
+ quarantineMode: { successThreshold: 1, attemptLimit: 1 },
42
pageRequestTimeout: 8000
43
});
44
})
0 commit comments