[Libreoffice-commits] core.git: uitest/libreoffice

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Thu Jun 4 09:32:07 UTC 2020


 uitest/libreoffice/connection.py |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 8cfd9aeb3a9c6256c80d286c3579755b3403d2b1
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Jun 4 09:25:37 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Jun 4 11:31:30 2020 +0200

    Adapt documentation
    
    ...to 43aef04d77aafb9d055957642e62b559231f3711 "Reliably wait for soffice to
    terminate"
    
    Change-Id: Ieb0702196cd5f95d382a0f18c4bca1b01182d006
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95483
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

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:


More information about the Libreoffice-commits mailing list