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