File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/PrompterOne.App.UITests/Support Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ public static class Editor
204204 public const int ScrollProbeLineCount = 120 ;
205205 public const int MaxSourceScrollHostTopPx = 0 ;
206206 public const int MaxTypingLongTaskCount = 0 ;
207- public const double MaxVisibleRenderP95LatencyMs = 200 ;
207+ public const double MaxVisibleRenderP95LatencyMs = 240 ;
208208 public const double MaxVisibleRenderSpikeLatencyMs = 300 ;
209209 public const string TypedScript = """
210210 ## [Typed Intro|175WPM|focused|0:05-0:20]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ internal static class EditorLargeDraftPerformanceTestData
1111 public const int HugeDraftReadyTimeoutMs = 30_000 ;
1212 public const int LargeDraftMinimumLength = 32_000 ;
1313 public const int MaxPasteLongTaskMs = 325 ;
14- public const int MaxHugeFollowupLongTaskMs = 400 ;
14+ public const int MaxHugeFollowupLongTaskMs = 500 ;
1515 public const int MaxHugeTypingLatencyMs = 250 ;
1616 public const int MaxTypingLatencyMs = 100 ;
1717 public const int NavigationTargetSegmentIndex = 14 ;
You can’t perform that action at this time.
0 commit comments