diff --git a/selfdrive/ui/qt/ready.cc b/selfdrive/ui/qt/ready.cc index dac18cf..dc653ab 100644 --- a/selfdrive/ui/qt/ready.cc +++ b/selfdrive/ui/qt/ready.cc @@ -50,7 +50,7 @@ void ReadyWindow::paintEvent(QPaintEvent *event) { void ReadyWindow::showEvent(QShowEvent *event) { refresh(); - timer->start(180 * 1000); + timer->start(120 * 1000); } void ReadyWindow::hideEvent(QHideEvent *event) {