From 873b0805a0d0107843f8c13ff8d4a0b042d810ac Mon Sep 17 00:00:00 2001 From: Robert Loehning <robert.loehning@nokia.com> Date: Thu, 23 Feb 2012 17:28:56 +0100 Subject: [PATCH] Squish: Raising timeout Hoping to stabilize this on Mac. Change-Id: Iaac5891076166130071ce5ca59a5a89402e6017a Reviewed-by: Christian Stenger <christian.stenger@nokia.com> --- tests/system/suite_debugger/tst_cli_output_console/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3d04ceda264..2c880289183 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", 20000) + waitFor("runControlFinished==True", 60000) if not runControlFinished: test.warning("Waiting for runControlFinished timed out") try: -- GitLab