From b6f0832945f3824fee1b0f1845f8458a4647c4aa Mon Sep 17 00:00:00 2001 From: meejah Date: Sat, 24 Aug 2019 14:26:27 -0600 Subject: [PATCH] clarify comment --- integration/test_web.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration/test_web.py b/integration/test_web.py index 79d90352a..5dd160787 100644 --- a/integration/test_web.py +++ b/integration/test_web.py @@ -400,7 +400,8 @@ def test_directory_deep_check(alice): deepcheck_uri = resp.url # if the operations isn't done, there's an

tag with the - # reload link; otherwise there's only an

tag.. + # reload link; otherwise there's only an

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")