File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -552,9 +552,9 @@ describe('/ deprecated', () => {
552552
553553 describe ( '/addroletouser' , ( ) => {
554554 before ( function ( ) {
555- debug ( '/forgotpassword ' , process . env . REPLAY ) ;
555+ debug ( '/addroletouser ' , process . env . REPLAY ) ;
556556
557- this . timeout ( 19000 ) ;
557+ this . timeout ( 49000 ) ;
558558
559559 return supertest ( authWebService )
560560 . post ( '/register' )
@@ -1311,9 +1311,9 @@ describe('/ deprecated', () => {
13111311
13121312 describe ( '/newcorpus' , ( ) => {
13131313 before ( function ( ) {
1314- debug ( '/forgotpassword ' , process . env . REPLAY ) ;
1314+ debug ( '/newcorpus ' , process . env . REPLAY ) ;
13151315
1316- this . timeout ( 40000 ) ;
1316+ this . timeout ( 140000 ) ;
13171317
13181318 return supertest ( authWebService )
13191319 . post ( '/register' )
@@ -1508,7 +1508,7 @@ describe('/ deprecated', () => {
15081508 describe ( 'syncDetails' , ( ) => {
15091509 const uniqueDBname = process . env . REPLAY ? Date . now ( ) : '1637871012346' ;
15101510 before ( function ( ) {
1511- debug ( '/forgotpassword ' , process . env . REPLAY ) ;
1511+ debug ( '/syncDetails ' , process . env . REPLAY ) ;
15121512
15131513 this . timeout ( 40000 ) ;
15141514 return supertest ( authWebService )
You can’t perform that action at this time.
0 commit comments