Skip to content

Commit 271e9d6

Browse files
committed
increase wiggle room
1 parent eaddf76 commit 271e9d6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/browser-integration-tests/suites/replay/throttleBreadcrumbs/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ sentryTest(
7474
// But only some have been captured by replay
7575
// We check for <= THROTTLE_LIMIT, as there have been some captured before, which take up some of the throttle limit
7676
expect(performanceSpans.length).toBeLessThanOrEqual(THROTTLE_LIMIT);
77-
expect(performanceSpans.length).toBeGreaterThan(THROTTLE_LIMIT - 10);
77+
expect(performanceSpans.length).toBeGreaterThan(THROTTLE_LIMIT - 50);
7878

7979
expect(breadcrumbs.filter(({ category }) => category === 'replay.throttled').length).toBe(1);
8080

0 commit comments

Comments
 (0)