diff --git a/background.js b/background.js index 1565ef3..0cbef91 100644 --- a/background.js +++ b/background.js @@ -5,7 +5,7 @@ let timerInterval; let startTime; let elapsedTime = 0; let isTimerRunning = false; -const firstIntervalDuration = 0.1667 * 60 * 1000; // 20 minutes in milliseconds +const firstIntervalDuration = 20 * 60 * 1000; // 20 minutes in milliseconds const secondIntervalDuration = 20 * 1000; // 20 seconds for break // Start timer