Skip to content

Commit a199674

Browse files
author
mike dupont
committed
reduce test count
1 parent b6347d2 commit a199674

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
unit-tests:
2-
TESTS="/app/dist/node/lib/util/base58.unit-test.js" docker compose build unit-tests-local
3-
TESTS="/app/dist/node/lib/util/base58.unit-test.js" docker compose up unit-tests-local
2+
BUILDKIT_PROGRESS=plain TESTS="/app/dist/node/lib/util/base58.unit-test.js" docker compose build unit-tests-local
3+
BUILDKIT_PROGRESS=plain TESTS="/app/dist/node/lib/util/base58.unit-test.js" docker compose up unit-tests-local
44

55
test:
66
docker compose build mina-local-network

src/lib/util/base58.unit-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { test, Random, withHardCoded } from '../testing/property.js';
55

66
let mlTest = await Test();
77

8-
for (var i=0; i < 1000; i++) {
8+
for (var i=0; i < 300; i++) {
99
let bytes = withHardCoded(
1010
Random.bytes(Random.nat(100)),
1111
[0, 0, 0, 0] // definitely test some zero bytes

0 commit comments

Comments
 (0)