Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit e1d73f9

Browse files
committed
Increase deploy test timeout to 120s because travis is not very fast
1 parent 64b57b1 commit e1d73f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/deploy.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ let simpleHtmlInitialDeploy = '';
5151
let composeDeployOne = '';
5252
let composeDeployTwo = '';
5353

54-
// set timeout to 60s
55-
jest.setTimeout(60000);
54+
// set timeout to 120s
55+
jest.setTimeout(120000);
5656

5757
beforeAll(async done => {
5858
// start new instance of fastify

0 commit comments

Comments
 (0)