We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3d57a commit abd24f7Copy full SHA for abd24f7
test/e2e/evm_full_node_e2e_test.go
@@ -426,8 +426,8 @@ func TestEvmSequencerWithFullNodeE2E(t *testing.T) {
426
t.Logf("Full node block height before DA inclusion wait: %d", fnBlockHeightBeforeWait)
427
428
// 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)
+ waitTime := 4 * time.Second
+ t.Logf("Waiting %v for DA inclusion to process...", waitTime)
431
time.Sleep(waitTime)
432
433
// Get the DA included height from full node after the wait
0 commit comments