diff --git a/app/gui/oven_control/cookpanelbutton.cpp b/app/gui/oven_control/cookpanelbutton.cpp
index 619250b..44a0032 100644
--- a/app/gui/oven_control/cookpanelbutton.cpp
+++ b/app/gui/oven_control/cookpanelbutton.cpp
@@ -24,7 +24,7 @@ CookPanelButton::CookPanelButton(CookRecord record, QWidget *parent) :
         connect(button, &QPushButton::pressed, SoundPlayer::playClick);
 
     longPressedTimer.setSingleShot(true);
-    longPressedTimer.setInterval(3000);
+    longPressedTimer.setInterval(1000);
     connect(&longPressedTimer, SIGNAL(timeout()), SLOT(emitLongPressed()));
 }