Skip to content

Commit

Permalink
fix: add 10sec timeout limit for a test
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanRaj1608 committed Sep 13, 2023
1 parent a8b520f commit 5d12fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account/tests/SmartAccountV2.local.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ describe("BiconomySmartAccount API Specs", () => {
await entryPoint.handleOps([signedUserOp], beneficiary);

// ((await expect(entryPoint.handleOps([signedUserOp], beneficiary))) as any).to.emit(recipient, "Sender");
});
}, 10000); // on github runner it takes more time than 5000ms

// TODO
// 1. sendSignedUserOp()
Expand Down

0 comments on commit 5d12fe7

Please sign in to comment.