Skip to content

Commit 9038496

Browse files
committed
unflake?
1 parent e61da64 commit 9038496

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ sentryTest(
8989
expect(breadcrumbs.filter(({ category }) => category === 'replay.throttled').length).toBe(1);
9090

9191
// Now we wait for 6s (5s + some wiggle room), and make some requests again
92-
await page.waitForTimeout(6_000);
92+
await page.waitForTimeout(7_000);
9393
await forceFlushReplay();
9494

9595
const reqPromise2 = waitForReplayRequest(

0 commit comments

Comments
 (0)