diff options
Diffstat (limited to 'uitest/libreoffice/connection.py')
-rw-r--r-- | uitest/libreoffice/connection.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/uitest/libreoffice/connection.py b/uitest/libreoffice/connection.py index cb3ae1a0128e..5330fdb70c11 100644 --- a/uitest/libreoffice/connection.py +++ b/uitest/libreoffice/connection.py @@ -107,10 +107,9 @@ class OfficeConnection: def tearDown(self): """Terminate a LibreOffice instance created with the path connection method. - First tries to terminate the soffice instance through the normal - XDesktop::terminate method and waits for about 30 seconds before - considering this attempt failed. After the 30 seconds the subprocess - is terminated """ + Tries to terminate the soffice instance through the normal + XDesktop::terminate method and waits indefinitely for the subprocess + to terminate """ if self.soffice: if self.xContext: |