Skip to content

Commit f8eb5aa

Browse files
committed
🧪 Add missing SMTP timeout
1 parent a2c599d commit f8eb5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/test/integration/passwordReset.api.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ beforeAll(async () => {
3535
utils.initTestLogger();
3636

3737
isSmtpAvailable = await utils.isTestSmtpServiceAvailable();
38-
});
38+
}, SMTP_TEST_TIMEOUT);
3939

4040
beforeEach(async () => {
4141
await testDb.truncate(['User'], testDbName);

0 commit comments

Comments
 (0)