From 894f17742b8ae823341af9ede2be7867d8300148 Mon Sep 17 00:00:00 2001 From: Cedar Date: Thu, 24 Oct 2024 14:39:49 -0700 Subject: [PATCH] remove extraneous sleep --- shortfin/tests/invocation/simple_kvcache_access_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/shortfin/tests/invocation/simple_kvcache_access_test.py b/shortfin/tests/invocation/simple_kvcache_access_test.py index fcd6569ef..1331436cd 100644 --- a/shortfin/tests/invocation/simple_kvcache_access_test.py +++ b/shortfin/tests/invocation/simple_kvcache_access_test.py @@ -408,9 +408,6 @@ async def main(): host_result = read_result.for_transfer() host_result.copy_from(read_result) await device - import time - - time.sleep(5) # Convert result to numpy array for comparison result_array = np.frombuffer(