diff --git a/src/ui/mainwindow_grpc.cpp b/src/ui/mainwindow_grpc.cpp index 766d2d8..b8a7ad7 100644 --- a/src/ui/mainwindow_grpc.cpp +++ b/src/ui/mainwindow_grpc.cpp @@ -519,7 +519,7 @@ void MainWindow::profile_start(int _id) { auto restartMsgbox = new QMessageBox(QMessageBox::Question, software_name, tr("If there is no response for a long time, it is recommended to restart the software."), QMessageBox::Yes | QMessageBox::No, this); connect(restartMsgbox, &QMessageBox::accepted, this, [=,this] { MW_dialog_message("", "RestartProgram"); }); - auto restartMsgboxTimer = new MessageBoxTimer(this, restartMsgbox, 5000); + auto restartMsgboxTimer = new MessageBoxTimer(this, restartMsgbox, 10000); runOnNewThread([=, this] { // stop current running