Skip to content

Commit 54ae3ff

Browse files
Copilottzdybal
andcommitted
fix: remove global timeout modification in TestStateOversizedBlock
Co-authored-by: tzdybal <[email protected]>
1 parent 61ab1be commit 54ae3ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

consensus/state_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ func TestStateBadProposal(t *testing.T) {
257257
}
258258

259259
func TestStateOversizedBlock(t *testing.T) {
260-
ensureTimeout = 500 * time.Millisecond
261260
const maxBytes = int64(types.BlockPartSizeBytes)
262261

263262
for _, testCase := range []struct {

0 commit comments

Comments
 (0)