Skip to content

Commit 71520cd

Browse files
committed
longer server shutdown timeout
1 parent 285f2e2 commit 71520cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactpy/testing/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ async def __aexit__(
138138
msg = "Unexpected logged exception"
139139
raise LogAssertionError(msg) from logged_errors[0]
140140

141-
await asyncio.wait_for(self.webserver.shutdown(), timeout=20)
141+
await asyncio.wait_for(self.webserver.shutdown(), timeout=30)
142142

143143
async def restart(self) -> None:
144144
"""Restart the server"""

0 commit comments

Comments
 (0)