Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 02483ee

Browse files
Cristian PopCristian Pop
authored andcommitted
Increasing test certificate loader mutex timeout.
1 parent 73cc9e5 commit 02483ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/tests/System/Net/Configuration.Certificates.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static partial class Certificates
1919
private const string CertificatePassword = "testcertificate";
2020
private const string TestDataFolder = "TestData";
2121
private static Mutex m = new Mutex(false, "Global\\CoreFXTest.Configuration.Certificates.LoadPfxCertificate");
22-
private const int MutexTimeout = 5 * 1000;
22+
private const int MutexTimeout = 30 * 1000;
2323

2424
public static X509Certificate2 GetServerCertificate() => GetCertWithPrivateKey(GetServerCertificateCollection());
2525

0 commit comments

Comments
 (0)