From 5e4ce05f6bb345d0c8a5a6fbfcbdcf1139a13af4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Apr 2024 14:24:43 -0500 Subject: [PATCH] wip --- selfdrive/ui/qt/ready.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {