From 1aaa3ac2d4384523a0358a5acd1b614a054654e3 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sat, 27 Apr 2024 23:24:12 -0300 Subject: [PATCH] Increase timeout https://github.com/supabase-community/supabase-py/pull/773#issuecomment-2081108697 --- postgrest/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest/constants.py b/postgrest/constants.py index 7ec62743..4c3c17c8 100644 --- a/postgrest/constants.py +++ b/postgrest/constants.py @@ -3,4 +3,4 @@ "Content-Type": "application/json", } -DEFAULT_POSTGREST_CLIENT_TIMEOUT = 5 +DEFAULT_POSTGREST_CLIENT_TIMEOUT = 120