Skip to content

Commit a529bae

Browse files
committed
set retry attempts = 1
1 parent a1484eb commit a529bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = 1;
55
const LAUNCH_RETRY_TIMEOUT = 10000;
66

77
const wait = async (

0 commit comments

Comments
 (0)