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 3d04ceda264509b2304328005e74aa15421a5d6f..2c88028918350e537926fdc1e55e0f3886ed766b 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: