Skip to content

Commit 6a683f6

Browse files
committed
increase timeouts
1 parent 54ba321 commit 6a683f6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

test/routes/deprecated-spec.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)