We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3167d73 commit 3ff7488Copy full SHA for 3ff7488
1 file changed
rewrite-javascript/src/main/java/org/openrewrite/javascript/rpc/JavaScriptRewriteRpc.java
@@ -203,7 +203,7 @@ public static class Builder implements Supplier<JavaScriptRewriteRpc> {
203
private @Nullable Path log;
204
private @Nullable Path metricsCsv;
205
private @Nullable Path recipeInstallDir;
206
- private Duration timeout = Duration.ofSeconds(30);
+ private Duration timeout = Duration.ofSeconds(60);
207
private boolean traceRpcMessages;
208
209
private @Nullable Integer inspectBrk;
0 commit comments