Skip to content

Commit cc7596a

Browse files
committed
add attempt
1 parent ea3e759 commit cc7596a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/web.runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import testcafe from 'testcafe';
3636
selectorTimeout: 5000,
3737
assertionTimeout: 5000,
3838
speed: 1,
39-
quarantineMode: { successThreshold: '1', attemptLimit: '1' }
39+
quarantineMode: { successThreshold: '1', attemptLimit: '3' }
4040
});
4141
})
4242
.then((failedCount) => {

0 commit comments

Comments
 (0)