From 821cc7645891fcc909ed234c107a35bd6563fc4d Mon Sep 17 00:00:00 2001 From: anurag Date: Mon, 11 May 2026 16:48:28 -0600 Subject: [PATCH] higher timeout in skip_iter Signed-off-by: anurag --- src/mldebug/aie_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mldebug/aie_util.py b/src/mldebug/aie_util.py index 48a89f8..e7b1860 100644 --- a/src/mldebug/aie_util.py +++ b/src/mldebug/aie_util.py @@ -158,7 +158,7 @@ def skip_iterations(self, count, sid): write(reg_map["DEBUG_CONTROL1"], perf_cntr_event << 16) self.impl.continue_aie() # Step3: Poll until the perf counter reaches the specified count - timeout = 10 + timeout = 20 start_time = time.time() # Poll one tile while self._read_ref_tile(reg_map["PERF_CNTR_1"]) != count: