You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial configuration that is supposed to be applied in this test was not actually being applied correctly, when refactoring the SetupSuite functions to apply this configuration, the test actually failed since the configuration was now being applied correctly.
What I noticed is that with a haltHeight of 100 hard coded, one of the chains ended up halting before the interchain account address could be created.
We need to double check this configuration and see does it need to be applied, or is the test fine without it.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary
Ref https://github.com/cosmos/ibc-go/pull/6721/files#r1664149748
The initial configuration that is supposed to be applied in this test was not actually being applied correctly, when refactoring the
SetupSuite
functions to apply this configuration, the test actually failed since the configuration was now being applied correctly.What I noticed is that with a
haltHeight
of 100 hard coded, one of the chains ended up halting before the interchain account address could be created.We need to double check this configuration and see does it need to be applied, or is the test fine without it.
For Admin Use
The text was updated successfully, but these errors were encountered: