зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1028119 - Change string in mozrunner timeout to hide newly exposed but long running perma-orange, r=edmorley
This commit is contained in:
Родитель
116ff0ea43
Коммит
7f00748b02
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче