diff --git a/frontend/src/js/background_scene.ts b/frontend/src/js/background_scene.ts
index f04ef4d79ce6ec02957a7f233b45d010129b17d2..13190818f66e74ded26c1944a46a2045e7ada620 100644
--- a/frontend/src/js/background_scene.ts
+++ b/frontend/src/js/background_scene.ts
@@ -81,7 +81,7 @@ export default class BackgroundScene extends Phaser.Scene {
       paused: true,
       from: 0,
       to: 255 * (COLORS.length - 1),
-      duration: 20 * 60 * 1000, // 3000 * (COLORS.length - 1),
+      duration: 15 * 60 * 1000, // 3000 * (COLORS.length - 1),
       onUpdate: (tween) => {
         const value = (tween.getValue() % 256) / 256;
         const i = Math.floor(tween.getValue() / 256);