| Index: chrome/test/functional/downloads.py
|
| diff --git a/chrome/test/functional/downloads.py b/chrome/test/functional/downloads.py
|
| index 5efd799c5d91f177bafd67bc886bb1c90ea9f84c..432e5f5db1e37839e4f6c8256858381bf7695728 100755
|
| --- a/chrome/test/functional/downloads.py
|
| +++ b/chrome/test/functional/downloads.py
|
| @@ -369,7 +369,7 @@ class DownloadsTest(pyauto.PyUITest):
|
| resume_dict = self.PerformActionOnDownload(self._GetDownloadId(),
|
| 'toggle_pause')
|
| self.assertFalse(resume_dict['is_paused'])
|
| - self.WaitForAllDownloadsToComplete(timeout=self.large_test_timeout_ms());
|
| + self.WaitForAllDownloadsToComplete(timeout=10 * 60 * 1000);
|
|
|
| # Verify that the file was correctly downloaded after pause and resume.
|
| self.assertTrue(os.path.exists(downloaded_pkg),
|
|
|