summaryrefslogtreecommitdiff
path: root/tests/system/suite_debugger/tst_cli_output_console/test.py
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@nokia.com>2012-02-24 15:21:42 +0100
committerRobert Löhning <robert.loehning@nokia.com>2012-02-28 14:33:19 +0100
commit25decf205257e5916533f66b5bfdace354e92029 (patch)
treea0e032d84d36f3e9fbc9437d320f73ee79a567f5 /tests/system/suite_debugger/tst_cli_output_console/test.py
parent6e72f24f00e1c7d2945da20c7584b624ec5a80c0 (diff)
downloadqt-creator-25decf205257e5916533f66b5bfdace354e92029.tar.gz
Squish: Fixing Mac
* removed unused object * refactored invokeMenuItem() * always lookup cppwindow to avoid failing type() * use objects stored inside objects.map to avoid LookupError * reverted raising timeout to 60s * added workaround for missing focus on Mac right after startApplication() * removed the need to have a shell-script called 'qtcreator' (make sure to add 'Qt Creator.app' as AUT now) Change-Id: I21511d810deedf31dfb19b896edd21b79e73b755 Reviewed-by: Bill King <bill.king@nokia.com> Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
Diffstat (limited to 'tests/system/suite_debugger/tst_cli_output_console/test.py')
-rw-r--r--tests/system/suite_debugger/tst_cli_output_console/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_debugger/tst_cli_output_console/test.py b/tests/system/suite_debugger/tst_cli_output_console/test.py
index 2c88028918..3d04ceda26 100644
--- a/tests/system/suite_debugger/tst_cli_output_console/test.py
+++ b/tests/system/suite_debugger/tst_cli_output_console/test.py
@@ -55,7 +55,7 @@ def main():
invokeMenuItem("Debug", "Start Debugging", "Start Debugging")
JIRA.performWorkaroundIfStillOpen(6853, JIRA.Bug.CREATOR, config)
handleDebuggerWarnings(config)
- waitFor("runControlFinished==True", 60000)
+ waitFor("runControlFinished==True", 20000)
if not runControlFinished:
test.warning("Waiting for runControlFinished timed out")
try: