Skip to content

Commit

Permalink
Update tests/test_rooms.py
Browse files Browse the repository at this point in the history
Co-authored-by: Frédéric Collonval <[email protected]>
  • Loading branch information
hbcarlos and fcollonval authored Jul 28, 2023
1 parent e5fb63a commit 15766ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_rooms.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ async def test_should_save_content_after_document_change():
await room.initialize()
room._document.source = "Test 2"

# Wait for a bit more than the poll_interval
await asyncio.sleep(0.15)

assert "save" in cm.actions
Expand Down

0 comments on commit 15766ff

Please sign in to comment.