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.
2 parents 2a669cf + d943f91 commit 4e1e4c3Copy full SHA for 4e1e4c3
src/debug-adapter/nativeScriptDebugAdapter.ts
@@ -5,7 +5,7 @@ import { Event, TerminatedEvent } from 'vscode-debugadapter';
5
import { DebugProtocol } from 'vscode-debugprotocol';
6
import * as extProtocol from '../common/extensionProtocol';
7
8
-const reconnectAfterLiveSyncTimeout = 30 * 1000;
+const reconnectAfterLiveSyncTimeout = 10 * 1000;
9
10
export class NativeScriptDebugAdapter extends ChromeDebugAdapter {
11
private _idCounter = 0;
0 commit comments