mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
test: Add timeout to beforeAll in users suite (#3433)
This commit is contained in:
@@ -50,7 +50,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(
|
await testDb.truncate(
|
||||||
|
|||||||
Reference in New Issue
Block a user