Squish: Update tst_build_speedcrunch

Change-Id: Ie3ea3a06f36a540e1e96ed288af46e5e69e47997
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Löhning
2021-08-10 14:41:52 +02:00
parent c36d55cef8
commit 5c2b00aaf7

View File

@@ -58,7 +58,7 @@ def main():
test.log("Testing build configuration: " + config) test.log("Testing build configuration: " + config)
invokeMenuItem("Build", "Run qmake") invokeMenuItem("Build", "Run qmake")
waitForCompile() waitForCompile()
invokeMenuItem("Build", "Rebuild All Projects") selectFromLocator("t rebuild", "Rebuild (Rebuild All Projects)")
waitForCompile(300000) waitForCompile(300000)
checkCompile() checkCompile()
checkLastBuild() checkLastBuild()