Squish: Wait even longer for indexing docs

Change-Id: I69a09389d4ecc8fefea96311ea8144dbc4f838e2
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
Robert Loehning
2014-11-17 12:49:01 +01:00
parent f1cef5aa3a
commit 8871f0b36b

View File

@@ -94,7 +94,7 @@ def main():
# try to search empty string # try to search empty string
clickButton(waitForObject("{text='Search' type='QPushButton' unnamed='1' visible='1' " clickButton(waitForObject("{text='Search' type='QPushButton' unnamed='1' visible='1' "
"window=':Qt Creator_Core::Internal::MainWindow'}")) "window=':Qt Creator_Core::Internal::MainWindow'}"))
progressBarWait(120000) progressBarWait(600000)
test.verify(waitFor("noMatch in " test.verify(waitFor("noMatch in "
"str(waitForObject(':Hits_QCLuceneResultWidget').plainText)", 2000), "str(waitForObject(':Hits_QCLuceneResultWidget').plainText)", 2000),
"Verifying if search did not match anything.") "Verifying if search did not match anything.")