Skip to content

Commit 5675f00

Browse files
committed
wait 5 min
1 parent 5a234ae commit 5675f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/auto/autoupdatercore/UpdaterTest/tst_updatertest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ void UpdaterTest::testUpdateCheck()
116116
QVERIFY(updater->isRunning());
117117
QVERIFY(updateInfoSpy->takeFirst()[0].value<QList<Updater::UpdateInfo>>().isEmpty());
118118

119-
//wait max 2 min for the process to finish
120-
QVERIFY(checkSpy->wait(120000));
119+
//wait max 5 min for the process to finish
120+
QVERIFY(checkSpy->wait(300000));
121121

122122
//show error log before continuing checking
123123
QByteArray log = updater->errorLog();

0 commit comments

Comments
 (0)