Skip to content

Commit

Permalink
added one minute buffer for USDC gasless transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-cb committed Jan 28, 2025
1 parent ee50d33 commit b06b15f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ describe("Coinbase SDK E2E Test", () => {
});

await transfer.wait();
await new Promise(resolve => setTimeout(resolve, 60000));

expect(transfer.toString()).toBeDefined();
expect(await transfer.getStatus()).toBe(TransferStatus.COMPLETE);
Expand Down

0 comments on commit b06b15f

Please sign in to comment.