Skip to content

Commit 3ff7488

Browse files
committed
JavaScript: Increase default RPC timeout to 60s
1 parent 3167d73 commit 3ff7488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rewrite-javascript/src/main/java/org/openrewrite/javascript/rpc/JavaScriptRewriteRpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public static class Builder implements Supplier<JavaScriptRewriteRpc> {
203203
private @Nullable Path log;
204204
private @Nullable Path metricsCsv;
205205
private @Nullable Path recipeInstallDir;
206-
private Duration timeout = Duration.ofSeconds(30);
206+
private Duration timeout = Duration.ofSeconds(60);
207207
private boolean traceRpcMessages;
208208

209209
private @Nullable Integer inspectBrk;

0 commit comments

Comments
 (0)