Skip to content

Commit

Permalink
Attempt to fix online and doc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jan 5, 2017
1 parent aa19a78 commit 7b7d90d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion sunpy/net/dataretriever/tests/test_eve.py
Expand Up @@ -91,7 +91,7 @@ def test_fido(query):

@pytest.mark.online
@given(time_attr(time=datetimes(timezones=[], max_year=datetime.datetime.utcnow().year, min_year=2010)))
@settings(max_examples=2, timeout=90)
@settings(max_examples=2, timeout=240)
def test_levels(time):
"""
Test the correct handling of level 0 / 1.
Expand Down
6 changes: 0 additions & 6 deletions sunpy/net/fido_factory.py
Expand Up @@ -27,12 +27,6 @@
class UnifiedResponse(MutableSequence):
"""
The object used to store responses from the unified downloader.
Properties
----------
file_num : int
The total number of files found as a result of the query.
"""
def __init__(self, lst):
"""
Expand Down

0 comments on commit 7b7d90d

Please sign in to comment.