We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since bumping the number of validators to 4 the icad tests seem to be timing out when broadcasting a MsgSubmitTx message.
MsgSubmitTx
We didn't catch this as these tests aren't run on every PR.
here is a sample failure
On a separate branch, I reset the version to 1 and ran this workflow and it passed.
We need to figure out if this is a genuine failure or if it is an issue with the test or test framework.
The text was updated successfully, but these errors were encountered:
Can we retry these tests with increased validator set using the latest version of the go relayer? I saw an ica bug fix fixed there
Sorry, something went wrong.
Unsure if it is related cosmos/relayer#953
I can look into this
Looks like none of the new icad tags include the time.Now() fix
colin-axner
Successfully merging a pull request may close this issue.
Summary of Bug
Since bumping the number of validators to 4 the icad tests seem to be timing out when broadcasting a
MsgSubmitTx
message.We didn't catch this as these tests aren't run on every PR.
here is a sample failure
On a separate branch, I reset the version to 1 and ran this workflow and it passed.
We need to figure out if this is a genuine failure or if it is an issue with the test or test framework.
For Admin Use
The text was updated successfully, but these errors were encountered: