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

Unified Diff: chrome/browser/download/download_uitest.cc

Issue 203033: Increase number of tries in CheckInternetZoneIdentifier. (Closed)
Patch Set: Created 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_uitest.cc
diff --git a/chrome/browser/download/download_uitest.cc b/chrome/browser/download/download_uitest.cc
index 46f212fe9f2132b44384494fbf0de5d658f0e120..7e6c7e7aa7d741c78b70cdcc18a4033631d4482a 100644
--- a/chrome/browser/download/download_uitest.cc
+++ b/chrome/browser/download/download_uitest.cc
@@ -147,7 +147,7 @@ class DownloadTest : public UITest {
// reading a file written by a different process, using a different handle.
// Windows does not guarantee that we will get the same contents even after
// the other process closes the handle, flushes the buffers, etc.
- for (int i = 0; i < 10; i++) {
+ for (int i = 0; i < 20; i++) {
PlatformThread::Sleep(sleep_timeout_ms());
char buffer[100] = {0};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698