File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/integration-tests/suites/replay Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
1515// Session should expire after 2s - keep in sync with init.js
1616const SESSION_TIMEOUT = 2000 ;
1717
18- for ( let i = 0 ; i < 1 ; i ++ ) {
18+ for ( let i = 0 ; i < 100 ; i ++ ) {
1919 sentryTest ( `handles an expired session RUN ${ i } ` , async ( { getLocalTestPath, page } ) => {
2020 if ( shouldSkipReplayTest ( ) ) {
2121 sentryTest . skip ( ) ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
1414// Session should expire after 2s - keep in sync with init.js
1515const SESSION_TIMEOUT = 2000 ;
1616
17- for ( let i = 0 ; i < 100 ; i ++ ) {
17+ for ( let i = 0 ; i < 1 ; i ++ ) {
1818 sentryTest ( `handles an inactive session RUN ${ i } ` , async ( { getLocalTestPath, page } ) => {
1919 if ( shouldSkipReplayTest ( ) ) {
2020 sentryTest . skip ( ) ;
You can’t perform that action at this time.
0 commit comments