4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-12 17:39:37 +00:00

fix linux tests

This commit is contained in:
Andrei Yankovich 2019-04-06 18:12:50 +03:00
parent 7bb186d0a6
commit d81c2aba16
2 changed files with 2 additions and 2 deletions
UnitTests
tests/TestQtWidgets

@ -91,7 +91,7 @@ bool deploytest::runProcess(const QString &DistroPath,
p.start();
if (!p.waitForFinished(1000)) {
if (!p.waitForFinished(10000)) {
return false;
}

@ -9,7 +9,7 @@ int main(int argc, char *argv[])
w.show();
// QTimer::singleShot(200, [&a](){ a.exit(0);});
QTimer::singleShot(200, [&a](){ a.exit(0);});
return a.exec();