Skip to content

Commit 63f112f

Browse files
authored
Increase the Data Transfer read timeout to a 130 seconds in Crashlytics (#3854)
1 parent 167a209 commit 63f112f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transport/transport-backend-cct/src/main/java/com/google/android/datatransport/cct/CctTransportBackend.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ final class CctTransportBackend implements TransportBackend {
7171
private static final String LOG_TAG = "CctTransportBackend";
7272

7373
private static final int CONNECTION_TIME_OUT = 30000;
74-
private static final int READ_TIME_OUT = 40000;
74+
private static final int READ_TIME_OUT = 130000;
7575
private static final int INVALID_VERSION_CODE = -1;
7676
private static final String ACCEPT_ENCODING_HEADER_KEY = "Accept-Encoding";
7777
private static final String CONTENT_ENCODING_HEADER_KEY = "Content-Encoding";

0 commit comments

Comments
 (0)