Skip to content

Commit

Permalink
Hotfix: Increase RPC response timeout to 5min
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 committed Dec 2, 2024
1 parent 96e9ed8 commit d80217c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {}

Expand Down

0 comments on commit d80217c

Please sign in to comment.