Skip to content

Commit

Permalink
fix: increase jest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
qperrot committed Dec 17, 2024
1 parent 8bcae11 commit 10a2ed6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "./environment";
import BigNumber from "bignumber.js";

jest.setTimeout(360000);
jest.setTimeout(400000);

expect.extend({
toBeBigNumber(value) {
Expand Down

0 comments on commit 10a2ed6

Please sign in to comment.