tinybirdco / pytest-tinybird

A pytest plugin to report test results to tinybird
MIT License
10 stars 1 forks source link

consider increase REQUEST_TIMEOUT #5

Open alrocar opened 7 months ago

alrocar commented 7 months ago

Seen this error when pushing to tb:

    raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='api.tinybird.co', port=443): Read timed out. (read timeout=2)
jlmadurga commented 7 months ago

It would be nice if we can override value from environment variable