Skip to content

Commit dbb8fae

Browse files
committed
increase timeout?
1 parent fb29779 commit dbb8fae

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sentryTest(
5656

5757
return performanceSpans.some(span => span.op === 'resource.script');
5858
},
59-
5_000,
59+
10_000,
6060
);
6161

6262
await page.click('[data-network]');
@@ -89,7 +89,7 @@ sentryTest(
8989

9090
return performanceSpans.some(span => span.op === 'resource.script');
9191
},
92-
5_000,
92+
10_000,
9393
);
9494

9595
await page.click('[data-network]');

0 commit comments

Comments
 (0)