Bug 1028119 - Change string in mozrunner timeout to hide newly exposed but long running perma-orange, r=edmorley

This commit is contained in:
Andrew Halberstadt 2014-06-20 13:45:05 -04:00
Родитель 116ff0ea43
Коммит 7f00748b02
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -92,7 +92,7 @@ class DeviceRunner(BaseRunner):
else:
print("timed out waiting for '%s' process to exit" % self.app_ctx.remote_process)
msg = "TEST-UNEXPECTED-FAIL | %s | application timed out after %s seconds"
msg = "DeviceRunner TEST-UNEXPECTED-FAIL | %s | application timed out after %s seconds"
if self.timeout:
timeout = self.timeout
else: