Skip to content

setting timeout parameter does not change timeout #376

Closed
@mohnish7

Description

@mohnish7

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.
Screen Shot 2023-02-15 at 2 04 18 PM

Additional context
I am running Supabase version 1.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions