Skip to content

Commit b9f2988

Browse files
committed
set num product specs to 2
1 parent 8bb0cce commit b9f2988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tower_verifier/program.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ mod tests {
783783
#[test]
784784
fn test_prod_tower() {
785785
let nv = 5;
786-
let num_prod_records = 10;
786+
let num_prod_records = 2;
787787
let mut rng = thread_rng();
788788

789789
setup_tracing_with_log_level(tracing::Level::WARN);

0 commit comments

Comments
 (0)