Skip to content

Commit 22cd7d9

Browse files
committed
Increase JVM API timeout slightly
1 parent 9985441 commit 22cd7d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/interceptors/jvm.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ export class JvmInterceptor implements Interceptor {
8888
[pid: string]: number // PID -> proxy port
8989
} = {};
9090

91+
activationTimeout = 2000; // Increase the timeout slightly for this
92+
9193
constructor(private config: HtkConfig) { }
9294

9395
async isActivable(): Promise<boolean> {

0 commit comments

Comments
 (0)