We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c599d commit f8eb5aaCopy full SHA for f8eb5aa
packages/cli/test/integration/passwordReset.api.test.ts
@@ -35,7 +35,7 @@ beforeAll(async () => {
35
utils.initTestLogger();
36
37
isSmtpAvailable = await utils.isTestSmtpServiceAvailable();
38
-});
+}, SMTP_TEST_TIMEOUT);
39
40
beforeEach(async () => {
41
await testDb.truncate(['User'], testDbName);
0 commit comments