Skip to content

Commit

Permalink
increase sleep duration (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Oct 8, 2024
1 parent f37da47 commit 0d191dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testreactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0d191dc

Please sign in to comment.