summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@theqtcompany.com>2014-11-13 11:35:02 +0100
committerRobert Loehning <robert.loehning@theqtcompany.com>2014-11-13 12:51:25 +0100
commit3c3ded74fe028a718439aad66b289dc0add6f608 (patch)
tree0a6149b9bf53aa611473220e4c864dca7cedce60 /tests
parentfdb91f513558f2402a17dbd260bf382612525e0f (diff)
downloadqt-creator-3c3ded74fe028a718439aad66b289dc0add6f608.tar.gz
Squish: Wait longer for indexing docs
Seems to timeout frequently on Windows test machine. Change-Id: I07827555d1c5044a37e708051704644995fe4b17 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/system/suite_HELP/tst_HELP04/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_HELP/tst_HELP04/test.py b/tests/system/suite_HELP/tst_HELP04/test.py
index ea3145d2e3..4e7dea974e 100755
--- a/tests/system/suite_HELP/tst_HELP04/test.py
+++ b/tests/system/suite_HELP/tst_HELP04/test.py
@@ -94,7 +94,7 @@ def main():
# try to search empty string
clickButton(waitForObject("{text='Search' type='QPushButton' unnamed='1' visible='1' "
"window=':Qt Creator_Core::Internal::MainWindow'}"))
- progressBarWait()
+ progressBarWait(120000)
test.verify(waitFor("noMatch in "
"str(waitForObject(':Hits_QCLuceneResultWidget').plainText)", 2000),
"Verifying if search did not match anything.")