Skip to content

Commit

Permalink
test: extend timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpedemonte committed Jul 24, 2024
1 parent 12b0b32 commit 65e1228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ describe('DocumentPreview', () => {
);

// evidence PDF rendered
const elem = await screen.findByText('ART EFFECTS LIMITED');
const elem = await screen.findByText('ART EFFECTS LIMITED', {}, { timeout: 5000 });
expect(elem).toBeInTheDocument();
},
THIRTY_SECONDS
Expand Down

0 comments on commit 65e1228

Please sign in to comment.