From 94157a84047ab6a2dd81d15c3565135f1fc42d99 Mon Sep 17 00:00:00 2001 From: ilgeco Date: Tue, 19 May 2026 14:53:34 +0200 Subject: [PATCH] Very big timeout --- validation/validate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation/validate.py b/validation/validate.py index e33b1d8..461e507 100644 --- a/validation/validate.py +++ b/validation/validate.py @@ -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.")