summaryrefslogtreecommitdiff
path: root/bin
diff options
authorPo-Hsu Lin <po-hsu.lin@canonical.com>2015-10-27 15:34:41 +0800
committerPo-Hsu Lin <po-hsu.lin@canonical.com>2015-10-27 15:34:41 +0800
commit1416c3661cb0ef34efa919027ede1f979af1de10 (patch)
treee1193308b605a5bc201613decec95c6a9b752ed9 /bin
parent78f68b1366e99304877ce81376bc3571529fbf5a (diff)
provider:checkbox Reduce the camera LED test time
Reduce the webcam LED test time from 10 sec to 3 sec.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/camera_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/camera_test b/bin/camera_test
index 7a951db..235eaaf 100755
--- a/bin/camera_test
+++ b/bin/camera_test
@@ -228,7 +228,7 @@ class CameraTest:
logging.debug("LED test with pipeline %s", pipespec)
self._pipeline = Gst.parse_launch(pipespec)
self._pipeline.set_state(Gst.State.PLAYING)
- time.sleep(10)
+ time.sleep(3)
self._pipeline.set_state(Gst.State.NULL)
def display(self):