We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21568cc commit 15e4417Copy full SHA for 15e4417
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