Skip to content
Snippets Groups Projects
Commit 873b0805 authored by Robert Loehning's avatar Robert Loehning Committed by Robert Löhning
Browse files

Squish: Raising timeout


Hoping to stabilize this on Mac.

Change-Id: Iaac5891076166130071ce5ca59a5a89402e6017a
Reviewed-by: default avatarChristian Stenger <christian.stenger@nokia.com>
parent 43f69abe
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ def main(): ...@@ -55,7 +55,7 @@ def main():
invokeMenuItem("Debug", "Start Debugging", "Start Debugging") invokeMenuItem("Debug", "Start Debugging", "Start Debugging")
JIRA.performWorkaroundIfStillOpen(6853, JIRA.Bug.CREATOR, config) JIRA.performWorkaroundIfStillOpen(6853, JIRA.Bug.CREATOR, config)
handleDebuggerWarnings(config) handleDebuggerWarnings(config)
waitFor("runControlFinished==True", 20000) waitFor("runControlFinished==True", 60000)
if not runControlFinished: if not runControlFinished:
test.warning("Waiting for runControlFinished timed out") test.warning("Waiting for runControlFinished timed out")
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment