From 81bae84411255fac742550e212b87592f762d36d Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Wed, 27 Jul 2016 18:04:24 +0200 Subject: [PATCH] Squish: Stabilize tst_simple_analyze ...by giving the Quick app more time to finish. Change-Id: I788715bcfa0949ee1873295eb869fb4e04fd00b1 Reviewed-by: Christian Stenger --- tests/system/suite_debugger/tst_simple_analyze/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/suite_debugger/tst_simple_analyze/test.py b/tests/system/suite_debugger/tst_simple_analyze/test.py index e1fcfecd392..15f938d7083 100644 --- a/tests/system/suite_debugger/tst_simple_analyze/test.py +++ b/tests/system/suite_debugger/tst_simple_analyze/test.py @@ -92,7 +92,7 @@ def performTest(workingDir, projectName, targetCount, availableConfigs): clickButton(startButton) stopButton = waitForObject(":Qt Creator.Stop_QToolButton") elapsedLabel = waitForObject(":Analyzer Toolbar.Elapsed:_QLabel", 3000) - waitFor('"Elapsed: 5" in str(elapsedLabel.text)', 20000) + waitFor('"Elapsed: 8" in str(elapsedLabel.text)', 20000) clickButton(stopButton) test.verify(waitFor("not stopButton.enabled", 5000), "stopButton should be disabled") test.verify(waitFor("startButton.enabled", 2000), "startButton should be enabled")