We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f2f72 commit aa334e3Copy full SHA for aa334e3
src/config/test_case.rs
@@ -27,7 +27,7 @@ impl TestCaseEnv {
27
}
28
29
pub fn batch_prover(&self) -> Vec<(&'static str, &'static str)> {
30
- [self.test_env(), self.batch_prover.clone()].concat()
+ [self.test_env(), vec![("PARALLEL_PROOF_LIMIT", "1")], self.batch_prover.clone()].concat()
31
32
33
pub fn light_client_prover(&self) -> Vec<(&'static str, &'static str)> {
0 commit comments