Skip to content

Commit 54c92cb

Browse files
committed
increase timeout in ci
1 parent 6a683f6 commit 54c92cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/routes/deprecated-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ describe('/ deprecated', () => {
554554
before(function () {
555555
debug('/addroletouser', process.env.REPLAY);
556556

557-
this.timeout(49000);
557+
this.timeout(149000);
558558

559559
return supertest(authWebService)
560560
.post('/register')

0 commit comments

Comments
 (0)