Skip to content

Commit

Permalink
test: fix flaky pox test
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Jan 5, 2024
1 parent d0bfd31 commit 927d65a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests-2.4/pox-3-delegate-aggregation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ describe('PoX-3 - Delegate aggregation increase operations', () => {
pox1: { height: poxStatus1.current_burnchain_block_height, ...poxStatus1.next_cycle },
pox2: { height: poxStatus2.current_burnchain_block_height, ...poxStatus2.next_cycle },
});
await standByForPoxCycle();
});

test('Validate account balances are unlocked', async () => {
Expand Down

0 comments on commit 927d65a

Please sign in to comment.