diff --git a/tests/system/shared/build_utils.py b/tests/system/shared/build_utils.py index 4d42f8db80e..09d56eae072 100644 --- a/tests/system/shared/build_utils.py +++ b/tests/system/shared/build_utils.py @@ -150,6 +150,8 @@ def verifyBuildConfig(currentTarget, configName, shouldBeDebug=False, enableShad and buildSystem == "qmake"): # Don't rebuild now clickButton(waitForObject(":QML Debugging.No_QPushButton", 5000)) + # Wait for parsing to finish + progressBarWait(14000) clickButton(waitForObject(":scrollArea.Details_Utils::DetailsButton")) switchViewTo(ViewConstants.EDIT)