We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47a2c86 + 15e4417 commit ac547fdCopy full SHA for ac547fd
lib/services/livesync/android-livesync-tool.ts
@@ -7,7 +7,7 @@ const SIZE_BYTE_LENGTH = 1;
7
const REPORT_LENGTH = 1;
8
const DO_REFRESH_LENGTH = 1;
9
const SYNC_OPERATION_TIMEOUT = 60000;
10
-const TRY_CONNECT_TIMEOUT = 30000;
+const TRY_CONNECT_TIMEOUT = 60000;
11
const DEFAULT_LOCAL_HOST_ADDRESS = "127.0.0.1";
12
13
export class AndroidLivesyncTool implements IAndroidLivesyncTool {
0 commit comments