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 {
15
15
// Session should expire after 2s - keep in sync with init.js
16
16
const SESSION_TIMEOUT = 2000 ;
17
17
18
- for ( let i = 0 ; i < 100 ; i ++ ) {
18
+ for ( let i = 0 ; i < 1 ; i ++ ) {
19
19
sentryTest ( `handles an expired session RUN ${ i } ` , async ( { getLocalTestPath, page } ) => {
20
20
if ( shouldSkipReplayTest ( ) ) {
21
21
sentryTest . skip ( ) ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const SESSION_MAX_AGE = 4000;
19
19
The main difference between this and sessionExpiry test, is that here we wait for the overall time (4s)
20
20
in multiple steps (2s, 2s) instead of waiting for the whole time at once (4s).
21
21
*/
22
- for ( let i = 0 ; i < 100 ; i ++ ) {
22
+ for ( let i = 0 ; i < 1 ; i ++ ) {
23
23
sentryTest ( `handles session that exceeds max age RUN ${ i } ` , async ( { getLocalTestPath, page } ) => {
24
24
if ( shouldSkipReplayTest ( ) ) {
25
25
sentryTest . skip ( ) ;
You can’t perform that action at this time.
0 commit comments