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

Commit

Permalink
toggle timeout to 3 for memoize-test
Browse files Browse the repository at this point in the history
  • Loading branch information
avats-dev committed Sep 1, 2020
1 parent 28b31bd commit fa28f13
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 fa28f13

Please sign in to comment.