Skip to content

Commit

Permalink
adds a clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Sep 25, 2024
1 parent 3b6cbb3 commit 98feed8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions state/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down

0 comments on commit 98feed8

Please sign in to comment.