aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2013-12-19 13:14:04 +0100
committerRobert Loehning <robert.loehning@digia.com>2013-12-19 13:44:26 +0100
commit1734e368b654cd71db5539ebebc12d7a3af32020 (patch)
tree7d434902af7941fc95dfed6d587ef7f2904de36d /tests
parent5bcc7240f11a479c842a75d0fa8159b145bc418f (diff)
Squish: Improve waiting in tst_simple_analyze
Change-Id: I430e9190beab25f51b187c007c0d7624810c2509 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
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 c66a6955698..3daa5497533 100644
--- a/tests/system/suite_debugger/tst_simple_analyze/test.py
+++ b/tests/system/suite_debugger/tst_simple_analyze/test.py
@@ -69,7 +69,6 @@ def performTest(workingDir, projectName, targetCount, availableConfigs, disableO
for kit, config in availableConfigs:
qtVersion = selectBuildConfig(targetCount, kit, config)[0]
test.log("Selected kit using Qt %s" % qtVersion)
- progressBarWait() # progress bars move buttons
verifyBuildConfig(targetCount, kit, True, enableQmlDebug=True)
if disableOptimizer:
batchEditRunEnvironment(targetCount, kit, ["QML_DISABLE_OPTIMIZER=1"])
@@ -131,6 +130,7 @@ def performTest(workingDir, projectName, targetCount, availableConfigs, disableO
test.compare(model.index(row, colMedian).data(), model.index(row, colLongest).data(),
"For two calls, median and longest time must be the same.")
deleteAppFromWinFW(workingDir, projectName, False)
+ progressBarWait(15000, False) # wait for "Build" progressbar to disappear
def compareEventsTab(model, file):
significantColumns = [0, 1, 4, 9]