Skip to content

Commit cfbe555

Browse files
use matching window size in tests
1 parent dbe28c1 commit cfbe555

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ commands:
166166
steps:
167167
- run:
168168
name: Obtain filecoin groth parameters
169-
command: ./paramcache --params-for-sector-sizes='1024:4'
169+
command: ./paramcache --params-for-sector-sizes='1024:16'
170170
no_output_timeout: 60m
171171
build_project:
172172
steps:

proofs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func TestImportSector(t *testing.T) {
2121
proverID := [32]byte{6, 7, 8}
2222
randomness := [32]byte{9, 9, 9}
2323
sectorSize := uint64(1024)
24-
windowSizeNodes := uint32(4)
24+
windowSizeNodes := uint32(16)
2525
sectorID := uint64(42)
2626

2727
ticket := SealTicket{

rust/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)