Skip to content

Commit

Permalink
temp: add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 23, 2023
1 parent cf58d05 commit 8de2304
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adbpyg_adapter/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8de2304

Please sign in to comment.