mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
test: Add timeout to beforeAll in users suite (#3433)
This commit is contained in:
@@ -50,7 +50,7 @@ beforeAll(async () => {
|
||||
utils.initTestLogger();
|
||||
|
||||
isSmtpAvailable = await utils.isTestSmtpServiceAvailable();
|
||||
});
|
||||
}, SMTP_TEST_TIMEOUT);
|
||||
|
||||
beforeEach(async () => {
|
||||
await testDb.truncate(
|
||||
|
||||
Reference in New Issue
Block a user