Skip to content

Commit aa334e3

Browse files
committed
Add PARALLEL_PROOF_LIMIT env
1 parent b2f2f72 commit aa334e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/test_case.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ impl TestCaseEnv {
2727
}
2828

2929
pub fn batch_prover(&self) -> Vec<(&'static str, &'static str)> {
30-
[self.test_env(), self.batch_prover.clone()].concat()
30+
[self.test_env(), vec![("PARALLEL_PROOF_LIMIT", "1")], self.batch_prover.clone()].concat()
3131
}
3232

3333
pub fn light_client_prover(&self) -> Vec<(&'static str, &'static str)> {

0 commit comments

Comments
 (0)