Skip to content

Commit

Permalink
tests: fix test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vacekj committed Jan 25, 2024
1 parent 0852220 commit 43bdb8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe("<ErrorModal />", () => {
expect(setIsOpenFn).toBeCalledWith(false);
},
{
timeout: 10,
timeout: 10_000,
}
);
});
Expand Down

0 comments on commit 43bdb8b

Please sign in to comment.