diff options
author | Oliver Craemer <oc@openoffice.org> | 2010-03-25 14:23:35 +0100 |
---|---|---|
committer | Oliver Craemer <oc@openoffice.org> | 2010-03-25 14:23:35 +0100 |
commit | af6c54e6f10fef572c08f74c505ce460d374c405 (patch) | |
tree | 45bbc4d254861010602b3dafda6684183fcc0bac /testautomation/chart2 | |
parent | d369c11cce9c7cd486a9f592bf27497ca630fb2c (diff) |
#i110311# [Automation] Timingproblems while selecting chartelements
Diffstat (limited to 'testautomation/chart2')
-rw-r--r-- | testautomation/chart2/tools/ch_tools_select.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/chart2/tools/ch_tools_select.inc b/testautomation/chart2/tools/ch_tools_select.inc index 00c86ed8e12e..beeda0d3dcdd 100644 --- a/testautomation/chart2/tools/ch_tools_select.inc +++ b/testautomation/chart2/tools/ch_tools_select.inc @@ -127,7 +127,7 @@ function fChartSelectElement ( iObjectPosition as INTEGER ) as boolean fChartSelectElement = FALSE try Kontext "Toolbar" - sleep (1) + sleep (2) ChartElementSelector.Select (iObjectPosition) fChartSelectElement = TRUE catch |