Skip to content

Commit

Permalink
test: Add timeout to beforeAll in users suite (#3433)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov authored Jun 3, 2022
1 parent 4b8472b commit 6bccafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/integration/users.api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ beforeAll(async () => {
utils.initTestLogger();

isSmtpAvailable = await utils.isTestSmtpServiceAvailable();
});
}, SMTP_TEST_TIMEOUT);

beforeEach(async () => {
await testDb.truncate(
Expand Down

0 comments on commit 6bccafb

Please sign in to comment.