From 8de2304302a3a3cc7758bbc4f705cea5d196c919 Mon Sep 17 00:00:00 2001 From: Anthony Mahanna Date: Sat, 23 Dec 2023 18:24:15 -0500 Subject: [PATCH] temp: add sleep --- adbpyg_adapter/adapter.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/adbpyg_adapter/adapter.py b/adbpyg_adapter/adapter.py index c981cab..b4844c5 100644 --- a/adbpyg_adapter/adapter.py +++ b/adbpyg_adapter/adapter.py @@ -1501,6 +1501,9 @@ def __process_pyg_n_type( """ TracingManager.set_attributes(n_type=n_type, n_type_size=node_data_total_size) + import time + time.sleep(1) + self.__process_batches( n_type, node_data_total_size,