Compare commits

...

2 Commits

Author SHA1 Message Date
terence tsao
d6a3647e1e Merge branch 'develop' into inc-default-timeout 2022-03-29 13:00:44 -07:00
terence tsao
d455c6adb8 Increase engine default timeout to 6s 2022-03-29 12:33:00 -07:00

View File

@@ -34,7 +34,7 @@ const (
// ExecutionBlockByNumberMethod request string for JSON-RPC. // ExecutionBlockByNumberMethod request string for JSON-RPC.
ExecutionBlockByNumberMethod = "eth_getBlockByNumber" ExecutionBlockByNumberMethod = "eth_getBlockByNumber"
// DefaultTimeout for HTTP. // DefaultTimeout for HTTP.
DefaultTimeout = time.Second * 5 DefaultTimeout = time.Second * 6
) )
// ForkchoiceUpdatedResponse is the response kind received by the // ForkchoiceUpdatedResponse is the response kind received by the