[pluralsight] Extend anti-throttling timeout (#28712)

This commit is contained in:
quyleanh 2021-04-18 16:37:48 +02:00 committed by Dominika
parent 1759eea81f
commit a7c395a00d

View file

@ -393,7 +393,7 @@ query viewClip {
# To somewhat reduce the probability of these consequences
# we will sleep random amount of time before each call to ViewClip.
self._sleep(
random.randint(2, 5), display_id,
random.randint(5, 10), display_id,
'%(video_id)s: Waiting for %(timeout)s seconds to avoid throttling')
if not viewclip: