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

Unified Diff: client/bin/site_utils.py

Issue 3073014: Autotest for ScreenLocker (Closed) Base URL: ssh://git@gitrw.chromium.org/autotest.git
Patch Set: bvt only Created 10 years, 4 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 | « client/bin/site_ui_test.py ('k') | client/site_tests/desktopui_ScreenLocker/control » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/site_utils.py
diff --git a/client/bin/site_utils.py b/client/bin/site_utils.py
index 2e3caf3c7fe818bccc577527f77de3a97dcafa8a..d03ad8e6b10cb35470bb708265827a6cfe46e7e1 100644
--- a/client/bin/site_utils.py
+++ b/client/bin/site_utils.py
@@ -35,6 +35,6 @@ def poll_for_condition(
desc = 'Timed out waiting for condition: %s' % desc
else:
desc = 'Timed out waiting for unnamed condition'
- raise error.TestError(desc)
+ raise TimeoutError, desc
time.sleep(sleep_interval)
« no previous file with comments | « client/bin/site_ui_test.py ('k') | client/site_tests/desktopui_ScreenLocker/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698