diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-06-04 09:25:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-06-04 11:31:30 +0200 |
commit | 8cfd9aeb3a9c6256c80d286c3579755b3403d2b1 (patch) | |
tree | e65df940819307df3a3999e6d68c263d3cd75476 /uitest | |
parent | 8331ecac51c5b090cb3cce7d20da5ba403a74b01 (diff) |
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@redhat.com>
Diffstat (limited to 'uitest')
-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: |