mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-23 11:44:06 -08:00
test: Add timeout to beforeAll
in users suite (#3433)
This commit is contained in:
parent
4b8472b7bb
commit
6bccafb355
|
@ -50,7 +50,7 @@ beforeAll(async () => {
|
|||
utils.initTestLogger();
|
||||
|
||||
isSmtpAvailable = await utils.isTestSmtpServiceAvailable();
|
||||
});
|
||||
}, SMTP_TEST_TIMEOUT);
|
||||
|
||||
beforeEach(async () => {
|
||||
await testDb.truncate(
|
||||
|
|
Loading…
Reference in a new issue