Skip to content

Commit

Permalink
test: increase timeout value for Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
YunFeng0817 committed Jan 12, 2023
1 parent 477e472 commit 011abf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/rrdom/test/diff.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,8 @@ describe('diff algorithm for rrdom', () => {
});

describe('diff iframe elements', () => {
jest.setTimeout(60_000);

it('should add an element to the contentDocument of an iframe element', () => {
document.write('<html></html>');
const node = document.createElement('iframe');
Expand Down

0 comments on commit 011abf1

Please sign in to comment.