test workflow 2

This commit is contained in:
xueyan hu
2022-01-14 10:22:36 +08:00
parent 9e560bb4f0
commit a5f37a0ab1

View File

@@ -80,7 +80,7 @@ systemSettingForm::systemSettingForm(QWidget* parent) :
m_diskuse = duse;
updateStorageUsed();
QMetaObject::invokeMethod(ui->batIcon, "startAnimation", Qt::QueuedConnection);
QThread::msleep(20000);
QThread::msleep(30000);
}
});
diskInfoCaller->start();