mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
🧪 Add missing SMTP timeout
This commit is contained in:
@@ -35,7 +35,7 @@ beforeAll(async () => {
|
|||||||
utils.initTestLogger();
|
utils.initTestLogger();
|
||||||
|
|
||||||
isSmtpAvailable = await utils.isTestSmtpServiceAvailable();
|
isSmtpAvailable = await utils.isTestSmtpServiceAvailable();
|
||||||
});
|
}, SMTP_TEST_TIMEOUT);
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
await testDb.truncate(['User'], testDbName);
|
await testDb.truncate(['User'], testDbName);
|
||||||
|
|||||||
Reference in New Issue
Block a user