mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-30 16:13:58 +00:00
Just rely on global timeout.
This commit is contained in:
parent
49300ccc4e
commit
3b893a56f9
@ -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):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user