Skip to content

Commit ac547fd

Browse files
authored
Merge pull request #4003 from NativeScript/kddimitrov/increase-socket-connection-timeout
fix: increase timeout for establishing LS socket connection.
2 parents 47a2c86 + 15e4417 commit ac547fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/livesync/android-livesync-tool.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const SIZE_BYTE_LENGTH = 1;
77
const REPORT_LENGTH = 1;
88
const DO_REFRESH_LENGTH = 1;
99
const SYNC_OPERATION_TIMEOUT = 60000;
10-
const TRY_CONNECT_TIMEOUT = 30000;
10+
const TRY_CONNECT_TIMEOUT = 60000;
1111
const DEFAULT_LOCAL_HOST_ADDRESS = "127.0.0.1";
1212

1313
export class AndroidLivesyncTool implements IAndroidLivesyncTool {

0 commit comments

Comments
 (0)