diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 81b962c8c..d152e354c 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -7049,7 +7049,7 @@ void MainWindow::on_rptSpinBox_valueChanged(int n) void MainWindow::on_tuneButton_clicked (bool checked) { - tuneATU_Timer.start (60000); // tune watchdog (60s) + tuneATU_Timer.start (120000); // tune watchdog (120s) static bool lastChecked = false; if (lastChecked == checked) return; lastChecked = checked;