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:
parent
7bb186d0a6
commit
d81c2aba16
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user