From bb34f3022446f9b6e17b9d289c62f6374dc0c3fb Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 1 Jan 2016 19:07:37 -0800 Subject: [PATCH] Lower bath timeout -- it sticks out staying green for so long. --- static/babystats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/babystats.js b/static/babystats.js index 45668b4..e0b35b2 100644 --- a/static/babystats.js +++ b/static/babystats.js @@ -66,7 +66,7 @@ var BabyStats = function(container) { type: 'bath', description: 'Bath', implies: ['awake'], - timeout: 12 * 60 * 60, + timeout: 60 * 30, }, ];