Skip to content

Commit ee50d33

Browse files
committed
increased time constraint to 30s for gasless transfer e2e test
1 parent 43350f9 commit ee50d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ describe("Coinbase SDK E2E Test", () => {
190190
expect(destBalance.get(Coinbase.assets.Usdc)?.toString()).toEqual(`${transferAmount}`);
191191
console.log(`Source balance: ${sourceBalance}`);
192192
console.log(`Destination balance: ${destBalance}`);
193-
}, 200000);
193+
}, 300000);
194194
});
195195

196196
describe("Coinbase SDK Stake E2E Test", () => {

0 commit comments

Comments
 (0)