Skip to content

Commit 58b2b60

Browse files
authored
Update render_server.py
1 parent 75d87a2 commit 58b2b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/render_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def render(self, path, props=None, to_static_markup=False, request_headers=None,
4747

4848
# Add a send/receive timeout with the request if not specified
4949
if not isinstance(timeout, (tuple, int, float)):
50-
timeout = (5, 5)
50+
timeout = 5.0
5151

5252
try:
5353
res = requests.post(

0 commit comments

Comments
 (0)