mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
Add 1 hour timeout for zisk proving (#245)
This commit is contained in:
@@ -164,7 +164,8 @@ impl ServerContainer {
|
||||
.inherit_env("ZISK_SHARED_TABLES")
|
||||
.inherit_env("ZISK_MAX_STREAMS")
|
||||
.inherit_env("ZISK_NUMBER_THREADS_WITNESS")
|
||||
.inherit_env("ZISK_MAX_WITNESS_STORED"),
|
||||
.inherit_env("ZISK_MAX_WITNESS_STORED")
|
||||
.inherit_env("ZISK_PROVE_TIMEOUT_SEC"),
|
||||
_ => cmd,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user