Skip to content

Commit

Permalink
increase timeouts for Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Илья Лебедев committed Dec 5, 2019
1 parent 6dfedb7 commit 34e9cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rozental_as_a_service/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
DEFAULT_CONFIG_FILENAME = 'setup.cfg'
CONFIG_SECTION_NAME = 'rozental'
GOOGLE_DOC_URL_REGEXP = r'https://docs.google.com/document/d/([a-zA-Z0-9_-]+)/.+'
YA_SPELLER_REQUEST_TIMEOUTS = (.2, .5) # (connect timeout, read timeout)
YA_SPELLER_REQUEST_TIMEOUTS = (.5, .7) # (connect timeout, read timeout)

0 comments on commit 34e9cc0

Please sign in to comment.