From 8b6cd28f240cb201c2a909a3c08c644855f183c2 Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Thu, 17 Aug 2017 17:15:49 -0400 Subject: run test under portable profile --- crypto/test/src/crypto/tls/test/DtlsTestCase.cs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/crypto/test/src/crypto/tls/test/DtlsTestCase.cs b/crypto/test/src/crypto/tls/test/DtlsTestCase.cs index 9161ebcac..9fa5b5846 100644 --- a/crypto/test/src/crypto/tls/test/DtlsTestCase.cs +++ b/crypto/test/src/crypto/tls/test/DtlsTestCase.cs @@ -1,5 +1,4 @@ -#if !PORTABLE -using System; +using System; using System.IO; using System.Threading; @@ -146,11 +145,10 @@ namespace Org.BouncyCastle.Crypto.Tls.Tests if (!isShutdown) { isShutdown = true; - serverThread.Interrupt(); - serverThread.Join(); + //serverThread.Interrupt(); + serverThread.Join(100); } } } } -} -#endif \ No newline at end of file +} \ No newline at end of file -- cgit 1.4.1