We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37a59f commit b9b3430Copy full SHA for b9b3430
src/libraries/System.Memory/tests/Span/StringSearchValues.cs
@@ -204,7 +204,7 @@ public static void TestIndexOfAny_RandomInputs_Nls()
204
}
205
206
[Fact]
207
- [ActiveIssue("Manual execution only. Worth running any time SearchValues<string> logic is modified.")]
+ //[ActiveIssue("Manual execution only. Worth running any time SearchValues<string> logic is modified.")]
208
public static void TestIndexOfAny_RandomInputs_Stress()
209
{
210
RunStress();
@@ -237,7 +237,7 @@ static void RunStress()
237
HaystackIterationsPerNeedle = 1_000,
238
};
239
240
- helper.StressRandomInputs(TimeSpan.FromSeconds(5));
+ helper.StressRandomInputs(TimeSpan.FromSeconds(15));
241
242
243
0 commit comments