Skip to content

Commit

Permalink
Merge pull request #2416 from o1-labs/dw/make-some-tests-heavy
Browse files Browse the repository at this point in the history
IVC: make some completeness tests heavy
  • Loading branch information
volhovm authored Jul 10, 2024
2 parents ca6b0d8 + 518289c commit d899aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ivc/src/ivc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ mod tests {
#[test]
/// Completeness test for the IVC circuit in the general case (i.e.
/// fold_iteration != 0).
fn test_completeness_ivc_general_case() {
fn heavy_test_completeness_ivc_general_case() {
let fold_iteration = 1;

let mut rng = o1_utils::tests::make_test_rng(None);
Expand Down Expand Up @@ -256,7 +256,7 @@ mod tests {
#[test]
/// Completeness test for the IVC circuit in the base case (i.e.
/// fold_iteration = 0).
fn test_completeness_ivc_base_case() {
fn heavy_test_completeness_ivc_base_case() {
let fold_iteration = 0;

let mut rng = o1_utils::tests::make_test_rng(None);
Expand Down

0 comments on commit d899aeb

Please sign in to comment.