File tree 1 file changed +2
-2
lines changed
packages/browser-integration-tests/suites/replay/throttleBreadcrumbs
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ sentryTest(
84
84
await page . waitForFunction ( 'window.__isLoaded()' ) ;
85
85
await forceFlushReplay ( ) ;
86
86
87
- await waitForFunction ( ( ) => collectedBreadcrumbs . length === 1 , 10_000 , 100 ) ;
87
+ await waitForFunction ( ( ) => collectedBreadcrumbs . length === 1 , 6_000 , 100 ) ;
88
88
89
89
// All assets have been _loaded_
90
90
expect ( scriptsLoaded ) . toBe ( COUNT ) ;
@@ -110,7 +110,7 @@ sentryTest(
110
110
await page . waitForFunction ( 'window.__isLoaded(2)' ) ;
111
111
await forceFlushReplay ( ) ;
112
112
113
- await waitForFunction ( ( ) => collectedBreadcrumbs . length === 1 , 10_000 , 100 ) ;
113
+ await waitForFunction ( ( ) => collectedBreadcrumbs . length === 1 , 6_000 , 100 ) ;
114
114
115
115
// All assets have been _loaded_
116
116
expect ( scriptsLoaded ) . toBe ( COUNT * 2 ) ;
You can’t perform that action at this time.
0 commit comments