miniscule changes

This commit is contained in:
2026-07-13 13:03:35 +02:00
parent 058716f3c0
commit 34bbd68894
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -11,5 +11,6 @@ def test(i):
return e
def experiment():
for i in range(10):
for i in range(1400):
sleep(0.1)
yield test(i)