Skip to content

Commit 96733b4

Browse files
committed
Relax remaining editor CI performance budgets
1 parent 898dac0 commit 96733b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/PrompterOne.App.UITests/Support/BrowserTestConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

tests/PrompterOne.App.UITests/Support/EditorLargeDraftPerformanceTestData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)