Skip to content

Commit dc29c63

Browse files
committed
increase timeout
1 parent ac17de1 commit dc29c63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/e2e/evm_test_common.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const (
7171
// Test configuration
7272
DefaultBlockTime = "150ms"
7373
DefaultDABlockTime = "1s"
74-
DefaultTestTimeout = 10 * time.Second
74+
DefaultTestTimeout = 20 * time.Second
7575
DefaultChainID = "1234"
7676
DefaultGasLimit = 22000
7777

@@ -87,7 +87,7 @@ const (
8787

8888
ContainerReadinessTimeout = 3 * time.Second // Reduced from 5s
8989
P2PDiscoveryTimeout = 3 * time.Second // Reduced from 5s
90-
NodeStartupTimeout = 4 * time.Second // Reduced from 8s
90+
NodeStartupTimeout = 8 * time.Second // Increased back for CI stability
9191

9292
// Log optimization - reduce verbosity for faster I/O
9393
LogBufferSize = 1024 // Smaller buffer for faster processing

0 commit comments

Comments
 (0)