mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
gwenview: increase wait time in PlaceTreeModelTest::testListUrl1()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9658fedfb7
commit
6fd2ddf25d
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ void PlaceTreeModelTest::testListUrl1()
|
|||
while (model.canFetchMore(index)) {
|
||||
model.fetchMore(index);
|
||||
}
|
||||
QTest::qWait(1000);
|
||||
QTest::qWait(3000);
|
||||
QCOMPARE(model.rowCount(index), mUrl1Dirs.length());
|
||||
|
||||
QStringList dirs = mUrl1Dirs;
|
||||
|
|
Loading…
Add table
Reference in a new issue