Skip to content

Commit abd24f7

Browse files
committed
updates
1 parent bc3d57a commit abd24f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/evm_full_node_e2e_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ func TestEvmSequencerWithFullNodeE2E(t *testing.T) {
426426
t.Logf("Full node block height before DA inclusion wait: %d", fnBlockHeightBeforeWait)
427427

428428
// Wait a few seconds to allow DA inclusion to process
429-
waitTime := 2 * time.Second
430-
t.Logf("Waiting %v 2s for DA inclusion to process...", waitTime)
429+
waitTime := 4 * time.Second
430+
t.Logf("Waiting %v for DA inclusion to process...", waitTime)
431431
time.Sleep(waitTime)
432432

433433
// Get the DA included height from full node after the wait

0 commit comments

Comments
 (0)