Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jan 11, 2024
1 parent 8d9df88 commit 1f07123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions plugins/yjs/fps_yjs/ydocs/ydrive.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ async def __aenter__(self) -> YDrive:

async def _process_file_changes(self):
async for change in self._watcher:
print(f"{change=}")
change_, path = change
# no exception should stop watching the file system
try:
Expand Down
2 changes: 1 addition & 1 deletion plugins/yjs/tests/test_ydocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async def call(func):
return res


async def assert_with_timeout(func, timeout=60):
async def assert_with_timeout(func, timeout=100):
dt = 0.1
tt = 0
while True:
Expand Down

0 comments on commit 1f07123

Please sign in to comment.