Fix test-race (00) timing out in TestSnapshotWithPruning
p0mvn opened this issue · 0 comments
p0mvn commented
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)