From 3b893a56f94dfd57debccc51f2039e0db2e5567f Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Tue, 26 Jan 2021 09:55:13 -0500 Subject: [PATCH] Just rely on global timeout. --- integration/test_web.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration/test_web.py b/integration/test_web.py index e89837d30..aab11412f 100644 --- a/integration/test_web.py +++ b/integration/test_web.py @@ -21,8 +21,6 @@ import requests import html5lib from bs4 import BeautifulSoup -import pytest - def test_index(alice): """ @@ -177,7 +175,6 @@ def test_deep_stats(alice): time.sleep(.5) -@pytest.mark.timeout(60) @util.run_in_thread def test_status(alice): """