We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f9b45 commit f9b4fe6Copy full SHA for f9b4fe6
2 files changed
apps/demos/utils/visual-tests/testcafe-runner.ts
@@ -1,7 +1,7 @@
1
import createTestCafe, { ClientFunction } from 'testcafe';
2
import fs from 'fs';
3
4
-const LAUNCH_RETRY_ATTEMPTS = 3;
+const LAUNCH_RETRY_ATTEMPTS = 0;
5
const LAUNCH_RETRY_TIMEOUT = 10000;
6
7
const wait = async (
e2e/testcafe-devextreme/runner.ts
@@ -14,7 +14,7 @@ import { getCurrentTheme } from './helpers/themeUtils';
14
15
const LAUNCH_RETRY_ATTEMPTS = 3;
16
17
-const FAILED_TESTS_RETRY_ATTEMPTS = 2;
+const FAILED_TESTS_RETRY_ATTEMPTS = 0;
18
19
20
timeout: number,
0 commit comments