Lower bath timeout -- it sticks out staying green for so long.

This commit is contained in:
Ian Gulliver
2016-01-01 19:07:37 -08:00
parent b1c48c0333
commit bb34f30224

View File

@@ -66,7 +66,7 @@ var BabyStats = function(container) {
type: 'bath', type: 'bath',
description: 'Bath', description: 'Bath',
implies: ['awake'], implies: ['awake'],
timeout: 12 * 60 * 60, timeout: 60 * 30,
}, },
]; ];