summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/overload.py (renamed from tests/simult-busy.py)1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/simult-busy.py b/tests/overload.py
index 4cc4b2a..21ee125 100644
--- a/tests/simult-busy.py
+++ b/tests/overload.py
@@ -16,6 +16,7 @@ async def main():
while True:
if time.time() - start_time > 3.5:
break
+ # print(asyncio.all_tasks())
await asyncio.sleep(0) # yield
except KeyboardInterrupt:
pass