Skip to content

Commit face8fc

Browse files
CI: test stability of tests
1 parent 1b32068 commit face8fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/demos/utils/visual-tests/testcafe-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import createTestCafe, { ClientFunction } from 'testcafe';
22
import fs from 'fs';
33

4-
const LAUNCH_RETRY_ATTEMPTS = 3;
4+
const LAUNCH_RETRY_ATTEMPTS = 0;
55
const LAUNCH_RETRY_TIMEOUT = 10000;
66

77
const wait = async (

e2e/testcafe-devextreme/runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { getCurrentTheme } from './helpers/themeUtils';
1414

1515
const LAUNCH_RETRY_ATTEMPTS = 3;
1616
const LAUNCH_RETRY_TIMEOUT = 10000;
17-
const FAILED_TESTS_RETRY_ATTEMPTS = 2;
17+
const FAILED_TESTS_RETRY_ATTEMPTS = 0;
1818

1919
const wait = async (
2020
timeout: number,

0 commit comments

Comments
 (0)