We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9dfa1 commit 0c027c6Copy full SHA for 0c027c6
src/reactpy/testing/backend.py
@@ -138,7 +138,7 @@ async def __aexit__(
138
msg = "Unexpected logged exception"
139
raise LogAssertionError(msg) from logged_errors[0]
140
141
- await asyncio.wait_for(self.webserver.shutdown(), timeout=30)
+ await asyncio.wait_for(self.webserver.shutdown(), timeout=60)
142
143
async def restart(self) -> None:
144
"""Restart the server"""
0 commit comments