diff --git a/src/routes/Player/Player.js b/src/routes/Player/Player.js index 30a835ef1..ccc59a7d6 100644 --- a/src/routes/Player/Player.js +++ b/src/routes/Player/Player.js @@ -127,7 +127,7 @@ const Player = ({ urlParams, queryParams }) => { const longPress = React.useRef(false); const controlBarRef = React.useRef(null); - const HOLD_DELAY = 200; + const HOLD_DELAY = 400; const handleNextVideoNavigation = React.useCallback((deepLinks, bingeWatching, ended) => { if (ended) {