clarify comment

This commit is contained in:
meejah 2019-08-24 14:26:27 -06:00
parent 0f6d6659e9
commit b6f0832945

View File

@ -400,7 +400,8 @@ def test_directory_deep_check(alice):
deepcheck_uri = resp.url
# if the operations isn't done, there's an <H2> tag with the
# reload link; otherwise there's only an <H1> tag..
# reload link; otherwise there's only an <H1> tag..wait up to 5
# seconds for this to respond properly.
for _ in range(5):
resp = requests.get(deepcheck_uri)
dom = BeautifulSoup(resp.content, "html5lib")