diff --git a/src/poll.ts b/src/poll.ts
index 6ca6372..6f7e40d 100644
--- a/src/poll.ts
+++ b/src/poll.ts
@@ -1,4 +1,4 @@
-const barLength = 30;
+const barLength = 36;
 
 export const calculateTimeLeft = (date: Date) => {
   const now = new Date();