Index: chrome_frame/test/navigation_test.cc |
diff --git a/chrome_frame/test/navigation_test.cc b/chrome_frame/test/navigation_test.cc |
index 45026b316b6dad0dba6b9f252e01081bc5d14317..a8f3d40a4ea855d468edea495b1e8e4bb3445685 100644 |
--- a/chrome_frame/test/navigation_test.cc |
+++ b/chrome_frame/test/navigation_test.cc |
@@ -749,7 +749,7 @@ void CloseWindow(HWND* window) { |
// IE brings up a file open dialog in this context. |
// We bring up the Save dialog via accessibility and save the file |
// and validate that all is well. |
-TEST_F(FullTabDownloadTest, DISABLED_CF_DownloadFileFromPost) { |
+TEST_F(FullTabDownloadTest, CF_DownloadFileFromPost) { |
// Please see http://code.google.com/p/chromium/issues/detail?id=60987 |
// for more information on why this test is disabled for Vista with IE7. |
if (base::win::GetVersion() >= base::win::VERSION_VISTA) { |
@@ -857,7 +857,7 @@ TEST_F(FullTabDownloadTest, DISABLED_CF_DownloadFileFromPost) { |
EXPECT_CALL(save_dialog_watcher, OnWindowClose(_)) |
.WillOnce(testing::DoAll( |
- WaitForFileSave(temp_file_path, 2000), |
+ WaitForFileSave(temp_file_path, 3000), |
testing::InvokeWithoutArgs( |
testing::CreateFunctor(CloseWindow, &owner_window)), |
CloseBrowserMock(&ie_mock_))); |