From a03021dbdb0a6f123dfd2babc96183f05d1488f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Wed, 6 Mar 2024 10:37:03 +0100 Subject: [PATCH] added waiting blocks to pass the CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- tests/e2e/dao/pop_participant_selection_suite.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e/dao/pop_participant_selection_suite.go b/tests/e2e/dao/pop_participant_selection_suite.go index af7a42d..87fa425 100644 --- a/tests/e2e/dao/pop_participant_selection_suite.go +++ b/tests/e2e/dao/pop_participant_selection_suite.go @@ -246,6 +246,8 @@ func (s *PopSelectionE2ETestSuite) TestTokenDistribution1() { s.Require().NoError(s.network.WaitForNextBlock()) s.Require().NoError(s.network.WaitForNextBlock()) s.Require().NoError(s.network.WaitForNextBlock()) + s.Require().NoError(s.network.WaitForNextBlock()) + s.Require().NoError(s.network.WaitForNextBlock()) s.VerifyTokens(daoGenState.Params.ClaimDenom) }