We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1484eb commit a529baeCopy full SHA for a529bae
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 = 1;
5
const LAUNCH_RETRY_TIMEOUT = 10000;
6
7
const wait = async (
0 commit comments