summaryrefslogtreecommitdiff
path: root/tests/system/suite_CSUP/tst_CSUP04/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_CSUP/tst_CSUP04/test.py')
-rw-r--r--tests/system/suite_CSUP/tst_CSUP04/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP04/test.py b/tests/system/suite_CSUP/tst_CSUP04/test.py
index 196d25bc1d..143e3fe812 100644
--- a/tests/system/suite_CSUP/tst_CSUP04/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP04/test.py
@@ -44,7 +44,7 @@ def main():
# open example project
openQmakeProject(examplePath)
# wait for parsing to complete
- progressBarWait(30000)
+ waitForProjectParsing()
checkCodeModelSettings(useClang)
# open .cpp file in editor
if not openDocument("openglwindow.Sources.main\\.cpp"):