Skip to content

Commit

Permalink
test: increase timeout for useEndorsementChain integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
MinHtet-O committed Jul 1, 2024
1 parent 4f7222c commit 338deb7
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: 40000 }
{ timeout: 80000 }
);
});
expect(result.current.endorsementChain).toEqual([
Expand Down

0 comments on commit 338deb7

Please sign in to comment.