Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(440)

Unified Diff: chrome/browser/android/webapk/webapk_installer_unittest.cc

Issue 2381023003: Retry WebAPK download if fails for the first time. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/android/webapk/webapk_installer_unittest.cc
diff --git a/chrome/browser/android/webapk/webapk_installer_unittest.cc b/chrome/browser/android/webapk/webapk_installer_unittest.cc
index 646d2fbc9e1c740db480f7a2264f3e3615aefb39..f035611e2187c3db1f4887525fae0eb4761eb930 100644
--- a/chrome/browser/android/webapk/webapk_installer_unittest.cc
+++ b/chrome/browser/android/webapk/webapk_installer_unittest.cc
@@ -127,7 +127,7 @@ class WebApkInstallerRunner {
// WebApkInstaller owns itself.
WebApkInstaller* installer = new TestWebApkInstaller(info, SkBitmap());
- installer->SetTimeoutMs(100);
+ installer->SetTimeoutMs(200);
return installer;
}

Powered by Google App Engine
This is Rietveld 408576698