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 285f2e2 commit 71520cdCopy full SHA for 71520cd
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=20)
+ await asyncio.wait_for(self.webserver.shutdown(), timeout=30)
142
143
async def restart(self) -> None:
144
"""Restart the server"""
0 commit comments