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

Unified Diff: chrome/test/functional/wifi_downloads.py

Issue 7013017: Adds the download specific timeout (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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/test/functional/wifi_downloads.py
===================================================================
--- chrome/test/functional/wifi_downloads.py (revision 85071)
+++ chrome/test/functional/wifi_downloads.py (working copy)
@@ -85,7 +85,7 @@
# Make a copy of the download directory now to work around segfault
downloads_dir = self.GetDownloadDirectory().value()
self.DownloadAndWaitForStart(download_url)
- self.WaitForAllDownloadsToComplete()
+ self.WaitForAllDownloadsToComplete(timeout=self.large_test_timeout_ms())
end = time.time()
logging.info('Download took %2.2f seconds to complete' % (end - start))
downloaded_files = os.listdir(downloads_dir)
« 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