| 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};
|
|
|