We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac17de1 commit dc29c63Copy full SHA for dc29c63
1 file changed
test/e2e/evm_test_common.go
@@ -71,7 +71,7 @@ const (
71
// Test configuration
72
DefaultBlockTime = "150ms"
73
DefaultDABlockTime = "1s"
74
- DefaultTestTimeout = 10 * time.Second
+ DefaultTestTimeout = 20 * time.Second
75
DefaultChainID = "1234"
76
DefaultGasLimit = 22000
77
@@ -87,7 +87,7 @@ const (
87
88
ContainerReadinessTimeout = 3 * time.Second // Reduced from 5s
89
P2PDiscoveryTimeout = 3 * time.Second // Reduced from 5s
90
- NodeStartupTimeout = 4 * time.Second // Reduced from 8s
+ NodeStartupTimeout = 8 * time.Second // Increased back for CI stability
91
92
// Log optimization - reduce verbosity for faster I/O
93
LogBufferSize = 1024 // Smaller buffer for faster processing
0 commit comments