aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2012-05-08 17:03:42 +0200
committerRobert Löhning <robert.loehning@nokia.com>2012-05-08 17:22:10 +0200
commit751386b37216af4ccacd8f7b9427d6348758c972 (patch)
treedc177c7978c8bdc76c0478306cfd0ec89290806e
parent19f6d8582eaf83c2c6bbf7dae3933bb5c682c714 (diff)
Squish: Increased timeout when waiting for Continue_QToolButton
Change-Id: I4f1701a49c2a4174df1cf22e4375f2447b11e92c Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
-rw-r--r--tests/system/shared/debugger.py2
1 files changed, 1 insertions, 1 deletions
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