Closed
Description
Describe the bug
Despite setting a timeout
parameter in clientOptions, the query still times out in 5 seconds
To Reproduce
from supabase import create_client, Client
from supabase.lib.client_options import ClientOptions
client_options = ClientOptions(timeout=60)
supabase = create_client(SUPABASE_URL, SUPABASE_ANON_KEY, options=client_options)
Expected behavior
The function should now time out after 60 seconds
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I am running Supabase version 1.0.0
Metadata
Metadata
Assignees
Labels
No labels