зеркало из https://github.com/mozilla/gecko-dev.git
Bug 808419 - remoteautomation.py's waitForFinish() should print to the log when maxTime is reached; r=jmaher a=test-only
This commit is contained in:
Родитель
35ef87839a
Коммит
bcadcdeb55
|
@ -73,6 +73,8 @@ class RemoteAutomation(Automation):
|
|||
|
||||
if (status == 1 and self._devicemanager.processExist(proc.procName)):
|
||||
# Then we timed out, make sure Fennec is dead
|
||||
print "TEST-UNEXPECTED-FAIL | %s | application ran for longer than " \
|
||||
"allowed maximum time of %d seconds" % (self.lastTestSeen, int(maxTime))
|
||||
proc.kill()
|
||||
|
||||
return status
|
||||
|
|
Загрузка…
Ссылка в новой задаче