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: