summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
Diffstat (limited to 'uitest')
-rw-r--r--uitest/uitest/test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/uitest/uitest/test.py b/uitest/uitest/test.py
index 5442d46b1d90..c07667cd621a 100644
--- a/uitest/uitest/test.py
+++ b/uitest/uitest/test.py
@@ -43,6 +43,9 @@ class UITest(object):
if component is not None:
return component
+ def get_default_sleep(self):
+ return DEFAULT_SLEEP
+
def wait_for_top_focus_window(self, id):
while True:
win = self._xUITest.getTopFocusWindow()