forked from qt-creator/qt-creator
Squish: Wait even longer for indexing docs
Change-Id: I69a09389d4ecc8fefea96311ea8144dbc4f838e2 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -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.")
|
||||||
|
Reference in New Issue
Block a user