Skip to content

Commit

Permalink
increased wait time for content playback to 8 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
ranyefet committed May 9, 2012
1 parent 355261f commit 8427bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/DoubleClick/mw.DoubleClick.js
Expand Up @@ -618,7 +618,7 @@ mw.DoubleClick.prototype = {
vid.play();
_this.forceContentPlay();
}
}, 2000 );
}, 8000 );
},
/**
* TODO should be provided by the generic ad plugin class.
Expand Down

0 comments on commit 8427bbd

Please sign in to comment.