diff --git a/tests/testreactive.py b/tests/testreactive.py index 656d2c23..e53e56ce 100644 --- a/tests/testreactive.py +++ b/tests/testreactive.py @@ -608,7 +608,7 @@ def gen(val): async def test_reactive_gen_with_dep(): def gen(i): yield i+1 - time.sleep(0.05) + time.sleep(0.1) yield i+2 irx = rx(0)