We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a234ae commit 5675f00Copy full SHA for 5675f00
tests/auto/autoupdatercore/UpdaterTest/tst_updatertest.cpp
@@ -116,8 +116,8 @@ void UpdaterTest::testUpdateCheck()
116
QVERIFY(updater->isRunning());
117
QVERIFY(updateInfoSpy->takeFirst()[0].value<QList<Updater::UpdateInfo>>().isEmpty());
118
119
- //wait max 2 min for the process to finish
120
- QVERIFY(checkSpy->wait(120000));
+ //wait max 5 min for the process to finish
+ QVERIFY(checkSpy->wait(300000));
121
122
//show error log before continuing checking
123
QByteArray log = updater->errorLog();
0 commit comments