We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9985441 commit 22cd7d9Copy full SHA for 22cd7d9
src/interceptors/jvm.ts
@@ -88,6 +88,8 @@ export class JvmInterceptor implements Interceptor {
88
[pid: string]: number // PID -> proxy port
89
} = {};
90
91
+ activationTimeout = 2000; // Increase the timeout slightly for this
92
+
93
constructor(private config: HtkConfig) { }
94
95
async isActivable(): Promise<boolean> {
0 commit comments