Skip to content

Commit

Permalink
Increase timeout for test, sometimes it takes 10 s to setup the SQLit…
Browse files Browse the repository at this point in the history
…e DB
  • Loading branch information
hisorange committed Nov 29, 2021
1 parent bf51033 commit 3be6944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/app.e2e-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('Application (e2e)', () => {
app.bootstrap([AppModule]);

await app.start();
});
}, 10_000);

afterAll(async () => await app.stop());

Expand Down
2 changes: 1 addition & 1 deletion src/modules/authentication/authentication.e2e-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('Authentication (e2e)', () => {
app.bootstrap([AppModule]);

await app.start();
});
}, 10_000);

afterAll(async () => await app.stop());

Expand Down

0 comments on commit 3be6944

Please sign in to comment.