diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-03-26 09:40:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-03-26 10:42:30 +0100 |
commit | 4126a0bfd6a02ac1ba45434963cbbe94f6df6cdb (patch) | |
tree | 0f3d1a994cbb19f36f5b205e4ff88948012486a5 /sd | |
parent | 637ae522a3a95a0641e7da3e56f04f5713df34a0 (diff) |
<https://ci.libreoffice.org/job/lo_ubsan/1225/> still timed out
...so lets see whether increasing maxWait even more helps (or whether the
problem is not a too-short timeout after all)
Change-Id: I847904aec1b0ddc9bbf9783f5698f3a239883900
Reviewed-on: https://gerrit.libreoffice.org/69729
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/uitest/impress_tests/autocorrectOptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/uitest/impress_tests/autocorrectOptions.py b/sd/qa/uitest/impress_tests/autocorrectOptions.py index 498daae982dc..d291b67969af 100644 --- a/sd/qa/uitest/impress_tests/autocorrectOptions.py +++ b/sd/qa/uitest/impress_tests/autocorrectOptions.py @@ -21,7 +21,7 @@ class autocorrectOptions(UITestCase): self.ui_test.close_dialog_through_button(xCancelBtn) document = self.ui_test.get_component() - self.ui_test.execute_dialog_through_command(".uno:AutoCorrectDlg", maxWait=2*MAX_WAIT) + self.ui_test.execute_dialog_through_command(".uno:AutoCorrectDlg", maxWait=10*MAX_WAIT) xDialog = self.xUITest.getTopFocusWindow() xTabs = xDialog.getChild("tabcontrol") select_pos(xTabs, "0") #tab replace |