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