File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/libraries/System.Net.Security/tests/FunctionalTests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ private async Task ServerAsyncSslHelper(
423
423
await clientAuthentication . WaitAsync ( TestConfiguration . PassingTestTimeout ) ;
424
424
_logVerbose . WriteLine ( "ServerAsyncAuthenticateTest.clientAuthentication complete." ) ;
425
425
}
426
- catch ( Exception ex )
426
+ catch ( AuthenticationException ex )
427
427
{
428
428
// Ignore client-side errors: we're only interested in server-side behavior.
429
429
_log . WriteLine ( "Client exception : " + ex ) ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ namespace System.Net.Security.Tests
13
13
{
14
14
internal static class TestConfiguration
15
15
{
16
- public const int PassingTestTimeoutMilliseconds = 4 * 60 * 1000 ;
16
+ public const int PassingTestTimeoutMilliseconds = 1 * 60 * 1000 ;
17
17
public static TimeSpan PassingTestTimeout => TimeSpan . FromMilliseconds ( PassingTestTimeoutMilliseconds ) ;
18
18
19
19
public const string Realm = "TEST.COREFX.NET" ;
You can’t perform that action at this time.
0 commit comments