Skip to content

Commit d02b5cc

Browse files
committed
less flaky
1 parent c0e597d commit d02b5cc

File tree

1 file changed

+1
-1
lines changed
  • packages/browser-integration-tests/suites/replay/slowClick

1 file changed

+1
-1
lines changed

packages/browser-integration-tests/suites/replay/slowClick/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ window.Replay = new Sentry.Replay({
55
flushMinDelay: 200,
66
flushMaxDelay: 200,
77
minReplayDuration: 0,
8-
slowClickTimeout: 3100,
8+
slowClickTimeout: 3500,
99
slowClickIgnoreSelectors: ['.ignore-class', '[ignore-attribute]'],
1010
});
1111

0 commit comments

Comments
 (0)