Add 1 hour timeout for zisk proving (#245)

This commit is contained in:
Han
2025-12-12 00:03:57 +09:00
committed by GitHub
parent ab50b417d9
commit d15c6b495d
7 changed files with 73 additions and 20 deletions

View File

@@ -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,
};