diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-08-09 16:47:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-08-09 21:44:55 +0200 |
commit | a94a481c9f5088e6957220a7e09b64fc3f15aaf1 (patch) | |
tree | f111af5319d4151e946d52fe4a31dad68dc20e48 | |
parent | 8f482ea747af838401936543e720454f02bc47e2 (diff) |
One last attempt at fixing UITest_writer_tests for Jenkins ASan+UBSan build
...where <https://ci.libreoffice.org/job/lo_ubsan/997/> still triggered the
assert at sw/source/core/layout/findfrm.cxx:1702 during the second .uno:Undo.
Lets see if a little sleep "fixes" that.
Change-Id: I659ea86aab03f2d39913122af2cc8869abff5578
Reviewed-on: https://gerrit.libreoffice.org/58777
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | sw/qa/uitest/writer_tests/tdf79569.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/qa/uitest/writer_tests/tdf79569.py b/sw/qa/uitest/writer_tests/tdf79569.py index c4acbd50b9c4..5bd794b9d314 100644 --- a/sw/qa/uitest/writer_tests/tdf79569.py +++ b/sw/qa/uitest/writer_tests/tdf79569.py @@ -60,6 +60,7 @@ class tdf79569(UITestCase): print("DEBUG.18", file=stderr); toolkit_ex.processEventsToIdle() print("DEBUG.19", file=stderr); + sleep(3) self.xUITest.executeCommand(".uno:Undo") print("DEBUG.20", file=stderr); toolkit_ex.processEventsToIdle() |