diff --git a/apps/circlesclock/app.js b/apps/circlesclock/app.js index 3c8cc9f91..05f9779ef 100644 --- a/apps/circlesclock/app.js +++ b/apps/circlesclock/app.js @@ -809,7 +809,7 @@ Bangle.on('HRM', function(hrm) { timerHrm = setTimeout(() => { hrtValue = '...'; drawHeartRate(); - }, 10000); + }, 60000); } } });