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

Unified Diff: tools/telemetry/telemetry/util/find_dependencies_unittest.py

Issue 952693003: Telemetry: Move TimeoutException from util module to exceptions module. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « tools/telemetry/telemetry/user_story/user_story_runner.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/util/find_dependencies_unittest.py
diff --git a/tools/telemetry/telemetry/util/find_dependencies_unittest.py b/tools/telemetry/telemetry/util/find_dependencies_unittest.py
index 2174bc0c6e6596e141ddfceaa26566ac030a4d33..67cb4bbede5f9582d888f64af5af6cc08bca8878 100644
--- a/tools/telemetry/telemetry/util/find_dependencies_unittest.py
+++ b/tools/telemetry/telemetry/util/find_dependencies_unittest.py
@@ -61,7 +61,7 @@ class FindDependenciesTest(unittest.TestCase):
# util.WaitFor(gsutil_process.poll, timeout=0.5)
# self.assertEqual(gsutil_process.returncode, 0,
# msg='gsutil config failed.')
- #except util.TimeoutException:
+ #except exceptions.TimeoutException:
# gsutil_process.terminate()
# gsutil_process.wait()
finally:
« no previous file with comments | « tools/telemetry/telemetry/user_story/user_story_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698