Skip to content

Commit

Permalink
Merge pull request #5055 from omer-priel/bug/5053_tests-failed-becaus…
Browse files Browse the repository at this point in the history
…e-test-timeout

update testTimeout from 5 seconds to 10 seconds
  • Loading branch information
aloisklink committed Nov 23, 2023
2 parents 4a4e614 + 9ae00eb commit f604017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/mermaid.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f604017

Please sign in to comment.