Skip to content

Commit 9687950

Browse files
committed
change attemptLimit to 1 to detect unstable tests
1 parent 583d526 commit 9687950

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
@@ -35,7 +35,7 @@ import testcafe from 'testcafe';
3535
browserInitTimeout: 60000,
3636
selectorTimeout: 5000,
3737
speed: 1,
38-
quarantineMode: { successThreshold: '1', attemptLimit: '3' }
38+
quarantineMode: { successThreshold: '1', attemptLimit: '1' }
3939
});
4040
})
4141
.then((failedCount) => {

0 commit comments

Comments
 (0)