Skip to content

Commit 916b2b5

Browse files
isheriffAndroid (Google) Code Review
authored andcommitted
Merge "Increase WFD connect time out to 60s" into jb-mr1-dev
2 parents f7a3e97 + 2c2ca5c commit 916b2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/java/com/android/server/display/WifiDisplayController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ final class WifiDisplayController implements DumpUtils.Dump {
7373

7474
private static final int DEFAULT_CONTROL_PORT = 7236;
7575
private static final int MAX_THROUGHPUT = 50;
76-
private static final int CONNECTION_TIMEOUT_SECONDS = 30;
76+
private static final int CONNECTION_TIMEOUT_SECONDS = 60;
7777
private static final int RTSP_TIMEOUT_SECONDS = 15;
7878

7979
private static final int DISCOVER_PEERS_MAX_RETRIES = 10;

0 commit comments

Comments
 (0)