Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #105 from avats-dev/fix-unit-test-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bhumijgupta authored Sep 2, 2020
2 parents 28b31bd + fa28f13 commit d138c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link_checker/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def test_memoize_result(reset_global):
# Invalid schema - Caught by exception handler
"file://hh",
]
rs = (grequests.get(link, timeout=1) for link in check_links)
rs = (grequests.get(link, timeout=3) for link in check_links)
response = grequests.map(rs, exception_handler=exception_handler)
memoize_result(check_links, response)
assert len(utils.MEMOIZED_LINKS.keys()) == 3
Expand Down

0 comments on commit d138c2c

Please sign in to comment.