diff --git a/osu.Game/Rulesets/UI/Scrolling/DrawableScrollingRuleset.cs b/osu.Game/Rulesets/UI/Scrolling/DrawableScrollingRuleset.cs
index 6ffdad211b..f8d5a6c5a9 100644
--- a/osu.Game/Rulesets/UI/Scrolling/DrawableScrollingRuleset.cs
+++ b/osu.Game/Rulesets/UI/Scrolling/DrawableScrollingRuleset.cs
@@ -43,7 +43,7 @@ namespace osu.Game.Rulesets.UI.Scrolling
///
/// The maximum span of time that may be visible by the length of the scrolling axes.
///
- private const double time_span_max = 10000;
+ private const double time_span_max = 20000;
///
/// The step increase/decrease of the span of time visible by the length of the scrolling axes.