| Index: chrome/test/functional/downloads.py
|
| ===================================================================
|
| --- chrome/test/functional/downloads.py (revision 154444)
|
| +++ chrome/test/functional/downloads.py (working copy)
|
| @@ -369,7 +369,7 @@
|
| resume_dict = self.PerformActionOnDownload(self._GetDownloadId(),
|
| 'toggle_pause')
|
| self.assertFalse(resume_dict['is_paused'])
|
| - self.WaitForAllDownloadsToComplete(timeout=10 * 60 * 1000);
|
| + self.WaitForAllDownloadsToComplete(timeout=self.large_test_timeout_ms());
|
|
|
| # Verify that the file was correctly downloaded after pause and resume.
|
| self.assertTrue(os.path.exists(downloaded_pkg),
|
|
|