Skip to content

Commit

Permalink
Decrease Timeout 10s for stopping processes
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Sayago <admin@lonasdigital.com>
  • Loading branch information
javilonas committed May 22, 2015
1 parent fb4af00 commit 5c321aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/power/process.c
Expand Up @@ -21,7 +21,7 @@
/*
* Timeout for stopping processes
*/
unsigned int __read_mostly freeze_timeout_msecs = 20 * MSEC_PER_SEC;
unsigned int __read_mostly freeze_timeout_msecs = 10 * MSEC_PER_SEC;

static int try_to_freeze_tasks(bool user_only)
{
Expand Down

0 comments on commit 5c321aa

Please sign in to comment.