Skip to content

Commit b9b3430

Browse files
committed
CI TEST - Enable stress
1 parent f37a59f commit b9b3430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libraries/System.Memory/tests/Span/StringSearchValues.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public static void TestIndexOfAny_RandomInputs_Nls()
204204
}
205205

206206
[Fact]
207-
[ActiveIssue("Manual execution only. Worth running any time SearchValues<string> logic is modified.")]
207+
//[ActiveIssue("Manual execution only. Worth running any time SearchValues<string> logic is modified.")]
208208
public static void TestIndexOfAny_RandomInputs_Stress()
209209
{
210210
RunStress();
@@ -237,7 +237,7 @@ static void RunStress()
237237
HaystackIterationsPerNeedle = 1_000,
238238
};
239239

240-
helper.StressRandomInputs(TimeSpan.FromSeconds(5));
240+
helper.StressRandomInputs(TimeSpan.FromSeconds(15));
241241
}
242242
}
243243
}

0 commit comments

Comments
 (0)