Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilLuta committed Jul 30, 2024
1 parent 636a66e commit 77328ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/lib/env_config/src/fri_witness_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ mod tests {
last_l1_batch_to_process: None,
shall_save_to_public_bucket: true,
prometheus_listener_port: Some(3333u16),
max_circuits_in_flight: 500,
}
}

Expand All @@ -43,6 +44,7 @@ mod tests {
FRI_WITNESS_MAX_ATTEMPTS=4
FRI_WITNESS_SHALL_SAVE_TO_PUBLIC_BUCKET=true
FRI_WITNESS_PROMETHEUS_LISTENER_PORT=3333
FRI_WITNESS_MAX_CIRCUITS_IN_FLIGHT=500
"#;
lock.set_env(config);

Expand Down

0 comments on commit 77328ce

Please sign in to comment.