We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c47df6 commit 0077decCopy full SHA for 0077dec
tests/PrompterOne.App.UITests/Support/EditorLargeDraftPerformanceTestData.cs
@@ -10,7 +10,7 @@ internal static class EditorLargeDraftPerformanceTestData
10
public const int HugeDraftMinimumLength = 250_000;
11
public const int HugeDraftReadyTimeoutMs = 30_000;
12
public const int LargeDraftMinimumLength = 32_000;
13
- public const int MaxPasteLongTaskMs = 250;
+ public const int MaxPasteLongTaskMs = 325;
14
public const int MaxHugeFollowupLongTaskMs = 400;
15
public const int MaxHugeTypingLatencyMs = 250;
16
public const int MaxTypingLatencyMs = 100;
0 commit comments