Skip to content

Commit 8af697d

Browse files
[release/8.0-staging] Address failures for Import_IterationCountLimitExceeded_ThrowsInAllottedTime (#116439)
* Extend remote execution timeout * Also move to Outerloop * L --------- Co-authored-by: Kevin Jones <kevin@vcsjones.com>
1 parent 85e4f40 commit 8af697d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libraries/System.Security.Cryptography/tests/X509Certificates/PfxIterationCountTests.X509Certificate2.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ internal override X509Certificate Import(string fileName, SecureString password)
3030

3131

3232
[ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
33+
[OuterLoop("Sensitive to timeouts and may fail in very busy environments.")]
3334
public static void Import_IterationCountLimitExceeded_ThrowsInAllottedTime()
3435
{
35-
const int AllottedTime = 5000;
36+
const int AllottedTime = 10_000;
3637

3738
if (!PfxTests.Pkcs12PBES2Supported)
3839
{

0 commit comments

Comments
 (0)