Skip to content

Commit

Permalink
Update ton libs and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-rhythms committed Oct 13, 2023
1 parent 5ded80e commit 3a3d683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-contract/test/step10.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export async function main() {
let currentSeqno = seqno;
while (currentSeqno == seqno) {
//console.log("waiting for transaction to confirm...");
await sleep(1500);
await sleep(2000);
currentSeqno = await walletContract.getSeqno();
}
console.log("transaction confirmed!");
Expand Down

0 comments on commit 3a3d683

Please sign in to comment.