Skip to content

Commit

Permalink
longer server shutdown timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Jan 31, 2025
1 parent 285f2e2 commit 71520cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reactpy/testing/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async def __aexit__(
msg = "Unexpected logged exception"
raise LogAssertionError(msg) from logged_errors[0]

await asyncio.wait_for(self.webserver.shutdown(), timeout=20)
await asyncio.wait_for(self.webserver.shutdown(), timeout=30)

async def restart(self) -> None:
"""Restart the server"""
Expand Down

0 comments on commit 71520cd

Please sign in to comment.