From 1a48ab4919b32e1d3d99972b38ca5be00c3c9455 Mon Sep 17 00:00:00 2001 From: Martin Xu <15661672+martinxu9@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:31:56 -0800 Subject: [PATCH] add back timeout for reflex deploy post request to hosting service --- reflex/utils/hosting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/reflex/utils/hosting.py b/reflex/utils/hosting.py index a36f327b5c..6e333994f9 100644 --- a/reflex/utils/hosting.py +++ b/reflex/utils/hosting.py @@ -467,6 +467,7 @@ def deploy( headers=authorization_header(token), data=params.dict(exclude_none=True), files=files, + timeout=HTTP_REQUEST_TIMEOUT, ) # If the server explicitly states bad request, # display a different error