From 6676acaf8697847b0eff65f128cb36fc1198e84b Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Mon, 21 Jul 2014 13:00:40 +0700 Subject: Reduce the number of test cases --- crypto/test/src/math/ec/test/ECAlgorithmsTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/test/src/math/ec/test/ECAlgorithmsTest.cs b/crypto/test/src/math/ec/test/ECAlgorithmsTest.cs index a5d4abcd8..b950c8b4b 100644 --- a/crypto/test/src/math/ec/test/ECAlgorithmsTest.cs +++ b/crypto/test/src/math/ec/test/ECAlgorithmsTest.cs @@ -16,7 +16,7 @@ namespace Org.BouncyCastle.Math.EC.Tests [TestFixture] public class ECAlgorithmsTest { - private const int SCALE = 8; + private const int SCALE = 4; private static readonly SecureRandom RND = new SecureRandom(); [Test] -- cgit 1.5.1