Skip to content

Commit

Permalink
Even higher shutdown timeout - GH sometimes lags really badly
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Jan 31, 2025
1 parent 1a9dfa1 commit 0c027c6
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=30)
await asyncio.wait_for(self.webserver.shutdown(), timeout=60)

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

0 comments on commit 0c027c6

Please sign in to comment.