summaryrefslogtreecommitdiff
path: root/sd/qa/uitest/impress_tests
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-03-24 17:47:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-03-24 18:40:02 +0100
commit87f262dadbbdc1808c5e617003d125ee8df0c501 (patch)
treed7abb243bc4e8e5bf75a446738dc06578041492a /sd/qa/uitest/impress_tests
parentf920e86fbf3968104e1dfc0e9934e80652ed0837 (diff)
Extend timeout for .uno:AutoCorrectDlg UITests
...which often timed out for the ASan+UBSan Jenkins build, so lets hope that it was just an issue with a too short timeout there Change-Id: Ie50eb1cc16e9444d1392c95ef5c6d810b9e4bd17 Reviewed-on: https://gerrit.libreoffice.org/69599 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sd/qa/uitest/impress_tests')
-rw-r--r--sd/qa/uitest/impress_tests/autocorrectOptions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/qa/uitest/impress_tests/autocorrectOptions.py b/sd/qa/uitest/impress_tests/autocorrectOptions.py
index 759304e01071..498daae982dc 100644
--- a/sd/qa/uitest/impress_tests/autocorrectOptions.py
+++ b/sd/qa/uitest/impress_tests/autocorrectOptions.py
@@ -8,6 +8,7 @@ from uitest.framework import UITestCase
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.uihelper.common import get_state_as_dict
import time
+from uitest.config import MAX_WAIT
from uitest.debug import sleep
from uitest.uihelper.common import select_pos
@@ -20,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")
+ self.ui_test.execute_dialog_through_command(".uno:AutoCorrectDlg", maxWait=2*MAX_WAIT)
xDialog = self.xUITest.getTopFocusWindow()
xTabs = xDialog.getChild("tabcontrol")
select_pos(xTabs, "0") #tab replace