Merge "PlayVideoActivity: update comments for ENABLE_PASS_DELAY am: 0b8bed432c am: 615c5fb8bd" into nougat-cts-dev
diff --git a/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/PlayVideoActivity.java b/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/PlayVideoActivity.java
index 017ae42..6e36f79 100644
--- a/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/PlayVideoActivity.java
+++ b/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/PlayVideoActivity.java
@@ -40,7 +40,7 @@
 import java.io.IOException;
 
 /**
- * Activity that plays a video and allows the user to select pass/fail after 60 seconds.
+ * Activity that plays a video and allows the user to select pass/fail after 5 seconds.
  */
 public class PlayVideoActivity extends PassFailButtons.Activity
         implements SurfaceHolder.Callback, OnErrorListener, OnPreparedListener,
@@ -177,7 +177,7 @@
     private void startVideoPlayback() {
         mPlayer.start();
 
-        // Enable Pass button after 60 seconds
+        // Enable Pass button after 5 seconds
         mHandler.postDelayed(enablePassButton, ENABLE_PASS_DELAY);
     }