Skip to content

Commit

Permalink
Merge pull request #700 from Kaggle/increase-timeout
Browse files Browse the repository at this point in the history
Increase the timeout for potentially slow web request
  • Loading branch information
mcollins42 authored Feb 6, 2020
2 parents 51de3ca + 81ec494 commit c4b0d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/kaggle_web_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
CredentialError, BackendError, ValidationError)

class KaggleWebClient:
TIMEOUT_SECS = 90
TIMEOUT_SECS = 600

def __init__(self):
url_base_override = os.getenv(_KAGGLE_URL_BASE_ENV_VAR_NAME)
Expand Down

0 comments on commit c4b0d54

Please sign in to comment.