From e38520f684ae9f0cad4e76003de1357e315d7bf1 Mon Sep 17 00:00:00 2001 From: PraetorP Date: Fri, 9 Jun 2023 19:09:03 +0700 Subject: [PATCH] test(app-promo): added 1 block --- .../942057-appPromotion/correctStateAfterMaintenance.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/src/migrations/942057-appPromotion/correctStateAfterMaintenance.ts b/tests/src/migrations/942057-appPromotion/correctStateAfterMaintenance.ts index 6f0849389c..7a99e2308a 100644 --- a/tests/src/migrations/942057-appPromotion/correctStateAfterMaintenance.ts +++ b/tests/src/migrations/942057-appPromotion/correctStateAfterMaintenance.ts @@ -49,6 +49,7 @@ export const main = async(options: { wsEndpoint: string; donorSeed: string } = { const failedBlocks: bigint[] = []; let isSuccess = true; + await helper.wait.newBlocks(1); for(const b of filteredBlocks) { if(((await api.query.appPromotion.pendingUnstake(b)).toJSON() as any[]).length != 0) {