Merge pull request #5055 from omer-priel/bug/5053_tests-failed-because-test-timeout

update testTimeout from 5 seconds to 10 seconds
This commit is contained in:
Alois Klink
2023-11-23 16:30:55 +00:00
committed by GitHub

View File

@@ -89,7 +89,7 @@ describe('when using mermaid and ', () => {
).resolves.not.toThrow();
// should still render, even if lazyLoadedDiagrams fails
expect(mermaidAPI.render).toHaveBeenCalled();
});
}, 20_000);
it('should defer diagram load based on parameter', async () => {
let loaded = false;