Skip to content

Commit

Permalink
test(api): increase time for tests to prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed May 26, 2022
1 parent c92be6e commit 91efbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/tests/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const mochaHooks = async (): Promise<Mocha.RootHookObject> => {
return Promise.resolve({
async beforeAll(this: TestContext): Promise<void> {
// extend timeout to allow for long database migrations / application setup
this.timeout(20000);
this.timeout(30000);

this.app = await setup();
logger.info('Running api tests:\n\n');
Expand Down

0 comments on commit 91efbae

Please sign in to comment.