| Index: components/variations/android/java/src/org/chromium/components/variations/firstrun/VariationsSeedService.java
|
| diff --git a/components/variations/android/java/src/org/chromium/components/variations/firstrun/VariationsSeedService.java b/components/variations/android/java/src/org/chromium/components/variations/firstrun/VariationsSeedService.java
|
| index 1e792c456a86883a785eff4a64bd5e27f03b67d5..c1ff9c5aa9d408ebbb7b16180cf41409e7108e7e 100644
|
| --- a/components/variations/android/java/src/org/chromium/components/variations/firstrun/VariationsSeedService.java
|
| +++ b/components/variations/android/java/src/org/chromium/components/variations/firstrun/VariationsSeedService.java
|
| @@ -33,8 +33,8 @@ public class VariationsSeedService extends IntentService {
|
| private static final String VARIATIONS_SERVER_URL =
|
| "https://clientservices.googleapis.com/chrome-variations/seed?osname=android";
|
| private static final int BUFFER_SIZE = 4096;
|
| - private static final int READ_TIMEOUT = 10000; // time in ms
|
| - private static final int REQUEST_TIMEOUT = 15000; // time in ms
|
| + private static final int READ_TIMEOUT = 3000; // time in ms
|
| + private static final int REQUEST_TIMEOUT = 1000; // time in ms
|
|
|
| // Values for the "Variations.FirstRun.SeedFetchResult" sparse histogram, which also logs
|
| // HTTP result codes. These are negative so that they don't conflict with the HTTP codes.
|
|
|