diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/autopilot/autopilot/emulators/unity/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/autopilot/autopilot/emulators/unity/__init__.py b/tests/autopilot/autopilot/emulators/unity/__init__.py index 77f9bc335..63aac443d 100644 --- a/tests/autopilot/autopilot/emulators/unity/__init__.py +++ b/tests/autopilot/autopilot/emulators/unity/__init__.py @@ -188,7 +188,8 @@ class UnityIntrospectionObject(object): sleep(1) - raise AssertionError(failure_msg) + raise AssertionError("After 10 seconds test on %s.%s failed: %s" + % (self.parent.__class__.__name__, self.name, failure_msg)) # This looks like magic, but it's really not. We're creating a new type # on the fly that derives from the type of 'value' with a couple of |
