Skip to content

Commit

Permalink
[Common:tests] Add timeout as a fallback for test case
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Feb 15, 2021
1 parent 5ec1596 commit 63e6458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat_downloader/sites/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class BaseChatDownloader:
'params': {
'url': 'https://www.youtube.com/watch?v=5qap5aO4i9A',
'max_messages': 10,
# 'timeout': 60, # As a fallback
'timeout': 60, # As a fallback
},

'expected_result': {
Expand Down

0 comments on commit 63e6458

Please sign in to comment.