mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Increase tests default timeout
This commit is contained in:
@@ -6,6 +6,9 @@ describe('MacroLexer', () => {
|
||||
beforeAll(async () => {
|
||||
await page.goto(global.ST_URL);
|
||||
await page.waitForFunction('document.getElementById("preloader") === null', { timeout: 0 });
|
||||
|
||||
// Those tests ar evaluating via puppeteer, the need more time to run and finish
|
||||
jest.setTimeout(10_000);
|
||||
});
|
||||
|
||||
describe('General Macro', () => {
|
||||
|
Reference in New Issue
Block a user