Skip to content

Commit

Permalink
Increase test_remote_select_query_back_thumbs_and_descriptions timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Apr 7, 2022
1 parent 7ea4f7b commit 40d2586
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ async def test_remote_query_big_response(self):
torrents1 = mds1.get_entries(**kwargs_dict)
self.assertEqual(len(torrents0), len(torrents1))

@pytest.mark.timeout(15)
@pytest.mark.timeout(30)
async def test_remote_select_query_back_thumbs_and_descriptions(self):
"""
Test querying back preview thumbnail and description for previously unknown and updated channels.
Expand Down

0 comments on commit 40d2586

Please sign in to comment.