File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/browser-integration-tests/suites/replay/throttleBreadcrumbs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ sentryTest(
8484 await page . waitForFunction ( 'window.__isLoaded()' ) ;
8585 await forceFlushReplay ( ) ;
8686
87- await waitForFunction ( ( ) => collectedBreadcrumbs . length === 1 , 10_000 , 100 ) ;
87+ await waitForFunction ( ( ) => collectedBreadcrumbs . length === 1 , 6_000 , 100 ) ;
8888
8989 // All assets have been _loaded_
9090 expect ( scriptsLoaded ) . toBe ( COUNT ) ;
@@ -110,7 +110,7 @@ sentryTest(
110110 await page . waitForFunction ( 'window.__isLoaded(2)' ) ;
111111 await forceFlushReplay ( ) ;
112112
113- await waitForFunction ( ( ) => collectedBreadcrumbs . length === 1 , 10_000 , 100 ) ;
113+ await waitForFunction ( ( ) => collectedBreadcrumbs . length === 1 , 6_000 , 100 ) ;
114114
115115 // All assets have been _loaded_
116116 expect ( scriptsLoaded ) . toBe ( COUNT * 2 ) ;
You can’t perform that action at this time.
0 commit comments