1 files changed, 1 insertions, 1 deletions
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]
|