From 740816feec8a6e63742fdcd3a5b782a53542980a Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Fri, 5 Aug 2022 10:03:27 +0200 Subject: [PATCH] chore: Change default constraint on test --- compiler/tests/end_to_end_tests/globals.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/end_to_end_tests/globals.cc b/compiler/tests/end_to_end_tests/globals.cc index d269f9da9..97ae4991c 100644 --- a/compiler/tests/end_to_end_tests/globals.cc +++ b/compiler/tests/end_to_end_tests/globals.cc @@ -1,7 +1,7 @@ #include "globals.h" #include "tests_tools/GtestEnvironment.h" -const mlir::concretelang::V0FHEConstraint defaultV0Constraints{10, 7}; +const mlir::concretelang::V0FHEConstraint defaultV0Constraints{1, 1}; testing::Environment *const dfr_env = testing::AddGlobalTestEnvironment(new DFREnvironment);