Very big timeout
This commit is contained in:
@@ -67,7 +67,7 @@ def main():
|
||||
help="Core count to pass to Raptor. Required for PIM validation.")
|
||||
ap.add_argument("--pim-merge-scheduler", choices=("peft", "dcp"), default="peft",
|
||||
help="Scheduler used by the Spatial merge-compute-nodes pass.")
|
||||
ap.add_argument("--command-timeout-seconds", type=float, default=60.0,
|
||||
ap.add_argument("--command-timeout-seconds", type=float, default=6000000000000000.0,
|
||||
help="Per-subprocess timeout in seconds for compiler, runner, and simulator commands.")
|
||||
ap.add_argument("--clean", action="store_true",
|
||||
help="Remove generated validation artifacts under each model workspace and exit.")
|
||||
|
||||
Reference in New Issue
Block a user