Continue mobile checklist progress across offline changes #910

Merged
timmy merged 2 commits from timmy/909-offline-checklist-coalesce into main 2026-08-15 19:05:23 +00:00
Showing only changes of commit 59bc13c5b0 - Show all commits

View File

@ -234,7 +234,7 @@ async def test_streaming_reads_share_the_same_bounded_read_capacity():
try:
await asyncio.wait_for(saturated.wait(), timeout=0.2)
with pytest.raises(gitea_proxy.GiteaOverloadedError):
await asyncio.wait_for(gitea_proxy.fetch("third"), timeout=0.1)
await asyncio.wait_for(gitea_proxy.fetch("third"), timeout=1.0)
finally:
release.set()
await asyncio.gather(*streams)