Skip to content

Commit

Permalink
test(zigzag): reduce compound test time
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 19, 2019
1 parent 27e9118 commit 859d13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage-proofs/src/circuit/zigzag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,8 @@ mod tests {
let nodes = 5;
let degree = 2;
let expansion_degree = 1;
let num_layers = 4;
let layer_challenges = LayerChallenges::new_tapered(num_layers, 4, num_layers, 1.0 / 3.0);
let num_layers = 2;
let layer_challenges = LayerChallenges::new_tapered(num_layers, 3, num_layers, 1.0 / 3.0);
let sloth_iter = 1;
let partition_count = 1;

Expand Down

0 comments on commit 859d13c

Please sign in to comment.