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
I think this has to do with -race tests being slower than regular and, as a result, timing out. The test passes on my local machine without a timeout. So it might just mean that we need to find the right timeout value for the CI host machine.
Context
I think this has to do with
-race
tests being slower than regular and, as a result, timing out. The test passes on my local machine without a timeout. So it might just mean that we need to find the right timeout value for the CI host machine.We can tweak the timeout value here:
cosmos-sdk/baseapp/baseapp_test.go
Line 144 in d53f1dd
Feel free to merge this PR, I can find the right value for the timeout in a separate PR
Originally posted by @p0mvn in #158 (comment)
The text was updated successfully, but these errors were encountered: