chore: Change default constraint on test

This commit is contained in:
Quentin Bourgerie
2022-08-05 10:03:27 +02:00
parent 525d8da3a8
commit 740816feec

View File

@@ -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);