Skip to content

Commit

Permalink
wait 1 block in gov proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
insumity committed Sep 28, 2023
1 parent 6fc6721 commit c9702c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,8 @@ func (tr TestRun) voteGovProposal(
}

wg.Wait()
time.Sleep(time.Duration(tr.chainConfigs[action.chain].votingWaitTime)*time.Second + 10*time.Second)
time.Sleep(time.Duration(tr.chainConfigs[action.chain].votingWaitTime) * time.Second)
tr.waitBlocks(action.chain, 1, 5*time.Second)
}

type startConsumerChainAction struct {
Expand Down

0 comments on commit c9702c2

Please sign in to comment.