Skip to content

Commit

Permalink
increasing invalid tx wait
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenovilla committed Nov 13, 2024
1 parent a4dc200 commit f531255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/tests/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ export async function sendTxAndWaitForFinalization(
api: ApiPromise,
tx: SubmittableExtrinsic<ApiTypes>,
signer: KeyringPair,
waitNBlocks = 10
waitNBlocks = 20
) {
return new Promise((resolve, reject) => {
try {
Expand Down

0 comments on commit f531255

Please sign in to comment.