gwenview: increase wait time in PlaceTreeModelTest::testListUrl1()

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-05-26 04:30:57 +03:00
parent 9658fedfb7
commit 6fd2ddf25d

View file

@ -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;