summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/powermgmt.c')
-rw-r--r--firmware/powermgmt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c
index 4bccd4e211..a8e641e1ed 100644
--- a/firmware/powermgmt.c
+++ b/firmware/powermgmt.c
@@ -993,8 +993,8 @@ void sys_poweroff(void)
993{ 993{
994 logf("sys_poweroff()"); 994 logf("sys_poweroff()");
995 /* If the main thread fails to shut down the system, we will force a 995 /* If the main thread fails to shut down the system, we will force a
996 power off after an 8 second timeout */ 996 power off after an 20 second timeout */
997 shutdown_timeout = HZ*8; 997 shutdown_timeout = HZ*20;
998 998
999 queue_post(&button_queue, SYS_POWEROFF, NULL); 999 queue_post(&button_queue, SYS_POWEROFF, NULL);
1000} 1000}