From 751386b37216af4ccacd8f7b9427d6348758c972 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Tue, 8 May 2012 17:03:42 +0200 Subject: Squish: Increased timeout when waiting for Continue_QToolButton Change-Id: I4f1701a49c2a4174df1cf22e4375f2447b11e92c Reviewed-by: Christian Stenger --- tests/system/shared/debugger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/shared/debugger.py b/tests/system/shared/debugger.py index 7ee0db886a..cfe40bfaeb 100644 --- a/tests/system/shared/debugger.py +++ b/tests/system/shared/debugger.py @@ -142,7 +142,7 @@ def doSimpleDebugging(currentConfigName, pressContinueCount=1, expectedBPOrder=[ def __startDebugger__(config): clickButton(waitForObject(":*Qt Creator.Start Debugging_Core::Internal::FancyToolButton")) handleDebuggerWarnings(config) - hasNotTimedOut = waitFor("object.exists(':Debugger Toolbar.Continue_QToolButton')", 20000) + hasNotTimedOut = waitFor("object.exists(':Debugger Toolbar.Continue_QToolButton')", 60000) try: mBox = findObject(":Failed to start application_QMessageBox") mBoxText = mBox.text -- cgit v1.2.3