diff --git a/state/state_test.go b/state/state_test.go index 7c17605e43..dc5914a6d9 100644 --- a/state/state_test.go +++ b/state/state_test.go @@ -149,6 +149,9 @@ func TestStateSaveLoad(t *testing.T) { }) assert := assert.New(t) + // the timeouts coming from the setupTestCase are 0, + // we change it here just to ensure that they have non-zero values in the + // tests below state.TimeoutCommit = 10 * time.Second state.TimeoutPropose = 5 * time.Second state.LastBlockHeight++