File tree Expand file tree Collapse file tree
src/test/java/io/supertokens/test/session Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,9 +134,9 @@ public void createRefreshTokenAndLoadAfterProcessRestart()
134134 assertEquals ("antiCsrfToken" , infoFromToken .antiCsrfToken );
135135 assertNull (infoFromToken .parentRefreshTokenHash2 );
136136 assertSame (infoFromToken .type , TYPE .FREE_OPTIMISED );
137- // -10000 for some grace period for creation and checking above
137+ // -100000 for some grace period for creation and checking above
138138 assertTrue (tokenInfo .expiry > System .currentTimeMillis ()
139- + Config .getConfig (process .getProcess ()).getRefreshTokenValidityInMillis () - 10000 );
139+ + Config .getConfig (process .getProcess ()).getRefreshTokenValidityInMillis () - 100000 );
140140
141141 process .kill ();
142142 assertNotNull (process .checkOrWaitForEvent (PROCESS_STATE .STOPPED ));
You can’t perform that action at this time.
0 commit comments