mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -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();
|
utils.initTestLogger();
|
||||||
|
|
||||||
isSmtpAvailable = await utils.isTestSmtpServiceAvailable();
|
isSmtpAvailable = await utils.isTestSmtpServiceAvailable();
|
||||||
});
|
}, SMTP_TEST_TIMEOUT);
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
await testDb.truncate(
|
await testDb.truncate(
|
||||||
|
|
Loading…
Reference in a new issue