Skip to content

Commit 39ac14c

Browse files
committed
attempt
1 parent ef3f6fd commit 39ac14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/evm_full_node_e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ func TestEvmSequencerWithFullNodeE2E(t *testing.T) {
436436
}
437437
fnDAIncludedHeight = binary.LittleEndian.Uint64(fnDAIncludedHeightBytes)
438438
return fnDAIncludedHeight >= fnBlockHeightBeforeWait
439-
}, DefaultTestTimeout, 500*time.Millisecond,
439+
}, DefaultTestTimeout, 6*time.Second,
440440
"Full node DA included height should be >= block height before wait")
441441

442442
t.Logf("After waiting, full node DA included height: %d", fnDAIncludedHeight)

0 commit comments

Comments
 (0)