Skip to content

Commit

Permalink
InvalidLinkBear.py: Increase default_timeout value
Browse files Browse the repository at this point in the history
Increase default_timeout value to 15.

Fixes coala#1219

(manually cherry picked from commit 4f26f4c)
  • Loading branch information
karansangha authored and jayvdb committed Jan 2, 2017
1 parent 634bf12 commit 4b8a213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bears/general/InvalidLinkBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


class InvalidLinkBear(LocalBear):
DEFAULT_TIMEOUT = 2
DEFAULT_TIMEOUT = 15
LANGUAGES = {'All'}
REQUIREMENTS = {PipRequirement('requests', '2.12')}
AUTHORS = {'The coala developers'}
Expand Down

0 comments on commit 4b8a213

Please sign in to comment.