diff --git a/ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/handlers/JsonRpcExecutorHandler.java b/ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/handlers/JsonRpcExecutorHandler.java index 83866316959..42eee01025b 100644 --- a/ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/handlers/JsonRpcExecutorHandler.java +++ b/ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/handlers/JsonRpcExecutorHandler.java @@ -35,7 +35,7 @@ public class JsonRpcExecutorHandler { private static final Logger LOG = LoggerFactory.getLogger(JsonRpcExecutorHandler.class); // Default timeout for RPC calls in seconds - private static final long DEFAULT_TIMEOUT_MILLISECONDS = 30_000L; + private static final long DEFAULT_TIMEOUT_MILLISECONDS = 300_000L; // hot fix for Linea Sepolia private JsonRpcExecutorHandler() {}