diff options
Diffstat (limited to 'chrome/browser/download/download_uitest.cc')
-rw-r--r-- | chrome/browser/download/download_uitest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/download/download_uitest.cc b/chrome/browser/download/download_uitest.cc index a9a5125..c35bafc 100644 --- a/chrome/browser/download/download_uitest.cc +++ b/chrome/browser/download/download_uitest.cc @@ -329,6 +329,7 @@ TEST_F(DownloadTest, MAYBE_IncognitoDownload) { // Download something. FilePath file(FILE_PATH_LITERAL("download-test1.lib")); + //PlatformThread::Sleep(1000); ASSERT_TRUE(tab->NavigateToURL( URLRequestMockHTTPJob::GetMockUrl(file.ToWStringHack()))); PlatformThread::Sleep(action_timeout_ms()); |