Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Oct 8, 2024
1 parent 21af5b2 commit bab5a04
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions multichain-testing/test/stake-ica.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,12 @@ const stakeScenario = test.macro(async (t, scenario: StakeIcaScenario) => {
console.log('waiting for unbonding period');
// XXX reference `120000` from chain state + `maxClockSkew`
await sleep(120000, {
stir: description =>
t.pass(`stirring while waiting for unbonding period: ${description}`),
stir: description => {
console.log(
`stirring while waiting for unbonding period: ${description}`,
);
t.pass(`stirring while waiting for unbonding period: ${description}`);
},
});
const { balances: rewardsWithUndelegations } = await retryUntilCondition(
() => queryClient.queryBalances(address),
Expand Down

0 comments on commit bab5a04

Please sign in to comment.