osmosis-labs/cosmos-sdk

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:

snapshotTimeout := 1 * time.Minute

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)