self.logger.debug(f"File restoration failed, editor log could not be found.\nError: {e}")
self.logger.debug(f"File restoration failed, editor log could not be found.\nError: {e}")
editor.kill()
editor.stop()
request.addfinalizer(teardown)
request.addfinalizer(teardown)
@ -113,7 +113,7 @@ class TestAutomationBase:
editor.wait(TestAutomationBase.MAX_TIMEOUT)
editor.wait(TestAutomationBase.MAX_TIMEOUT)
exceptWaitTimeoutError:
exceptWaitTimeoutError:
errors.append(TestRunError("TIMEOUT",f"Editor did not close after {TestAutomationBase.MAX_TIMEOUT} seconds, verify the test is ending and the application didn't freeze"))
errors.append(TestRunError("TIMEOUT",f"Editor did not close after {TestAutomationBase.MAX_TIMEOUT} seconds, verify the test is ending and the application didn't freeze"))