Skip to content

Commit

Permalink
Increase YouTube TEST_TIMEOUT to 2.5s
Browse files Browse the repository at this point in the history
(setTimeout length testing if YT API is ready)
Another attempt to fix ENG-97
  • Loading branch information
bryanlandia committed Jul 14, 2023
1 parent f45e0e0 commit 65c5355
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,6 @@ def plugin_settings(settings):

# Off by default. See the `site_configuration.tahoe_organization_helpers.py` module.
settings.FEATURES['TAHOE_SITE_CONFIG_CLIENT_ORGANIZATIONS_SUPPORT'] = False

# Give a little more time for YT API to load in video_module (default was 1500 ms)
settings.YOUTUBE['TEST_TIMEOUT'] = 2500

0 comments on commit 65c5355

Please sign in to comment.