Skip to content

Commit 22abffa

Browse files
committed
smaller test size may work?
1 parent fdc0f01 commit 22abffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

poly_commit/tests/test_orion.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ where
6464
{
6565
let mut rng = test_rng();
6666

67-
(19..=25).for_each(|num_vars| {
67+
(19..=22).for_each(|num_vars| {
6868
let poly_num_vars = num_vars - SimdF::PACK_SIZE.ilog2() as usize;
6969
let xs: Vec<_> = (0..TEST_REPETITION)
7070
.map(|_| -> Vec<EvalF> {
@@ -164,13 +164,13 @@ fn test_orion_for_expander_gkr() {
164164
GF2ExtConfig,
165165
GF2x128,
166166
BytesHashTranscript<_, Keccak256hasher>,
167-
>(&mpi_config, 30);
167+
>(&mpi_config, 19);
168168

169169
test_orion_for_expander_gkr_generics::<
170170
M31ExtConfig,
171171
M31x16,
172172
BytesHashTranscript<_, Keccak256hasher>,
173-
>(&mpi_config, 20);
173+
>(&mpi_config, 19);
174174

175175
MPIConfig::finalize()
176176
}

0 commit comments

Comments
 (0)