Skip to content

Commit

Permalink
unflake?
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed May 10, 2023
1 parent e61da64 commit 9038496
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -89,7 +89,7 @@ sentryTest(
expect(breadcrumbs.filter(({ category }) => category === 'replay.throttled').length).toBe(1);

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

const reqPromise2 = waitForReplayRequest(
Expand Down

0 comments on commit 9038496

Please sign in to comment.