* added WaitForNextBlock to be out of sync of PoP to avoid the following error

PoP broadcast tx failed: node0.info: key not found
  after the test

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2024-03-07 17:30:32 +01:00
parent 4849b8e7ed
commit 30987b0245
No known key found for this signature in database

View File

@ -184,6 +184,7 @@ func (s *E2ETestSuite) TestMachineAllowanceAttestation() {
s.Require().NoError(s.network.WaitForNextBlock())
s.Require().NoError(s.network.WaitForNextBlock())
s.Require().NoError(s.network.WaitForNextBlock())
s.Require().NoError(s.network.WaitForNextBlock())
// reset clientCtx to validator ctx
libConfig.SetClientCtx(val.ClientCtx)