Reduce number of test vector tests to pass CI timeout issue.

This commit is contained in:
cheatfate 2018-09-28 03:27:34 +03:00
parent 8aea7ec56a
commit 06071e5ad8
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import nimcrypto/utils
import ../bncurve/[fields, groups]
when not defined(release):
const TestsCount = 100
const TestsCount = 10
else:
const TestsCount = 10000