mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
🧪 Add missing SMTP timeout
This commit is contained in:
parent
a2c599d98d
commit
f8eb5aa52a
|
@ -35,7 +35,7 @@ beforeAll(async () => {
|
|||
utils.initTestLogger();
|
||||
|
||||
isSmtpAvailable = await utils.isTestSmtpServiceAvailable();
|
||||
});
|
||||
}, SMTP_TEST_TIMEOUT);
|
||||
|
||||
beforeEach(async () => {
|
||||
await testDb.truncate(['User'], testDbName);
|
||||
|
|
Loading…
Reference in a new issue