Skip to content

Commit

Permalink
fix: increase jest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rongquan1 authored Dec 13, 2024
1 parent 98a07c1 commit c3e2270
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe("useEndorsementChain|integration", () => {
() => {
expect(result.current.endorsementChain).toBeTruthy();
},
{ timeout: 60000 }
{ timeout: 120000 }
);
});
expect(result.current.endorsementChain).toEqual([
Expand Down

0 comments on commit c3e2270

Please sign in to comment.