summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2016-07-27 18:04:24 +0200
committerRobert Loehning <robert.loehning@qt.io>2016-08-01 16:21:39 +0000
commit81bae84411255fac742550e212b87592f762d36d (patch)
tree4b5a4b269f72181dcfaceddad22282f456370f7d /tests
parent13da2bcc57c1014ddfeed1ff9ea12b9f8455f135 (diff)
downloadqt-creator-81bae84411255fac742550e212b87592f762d36d.tar.gz
Squish: Stabilize tst_simple_analyze
...by giving the Quick app more time to finish. Change-Id: I788715bcfa0949ee1873295eb869fb4e04fd00b1 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/suite_debugger/tst_simple_analyze/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_debugger/tst_simple_analyze/test.py b/tests/system/suite_debugger/tst_simple_analyze/test.py
index e1fcfecd39..15f938d708 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")