summaryrefslogtreecommitdiffstats
path: root/cucumber/bin
diff options
context:
space:
mode:
Diffstat (limited to 'cucumber/bin')
-rwxr-xr-xcucumber/bin/run_test_suite2
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/bin/run_test_suite b/cucumber/bin/run_test_suite
index 7d175f35..19128445 100755
--- a/cucumber/bin/run_test_suite
+++ b/cucumber/bin/run_test_suite
@@ -166,7 +166,7 @@ start_vnc_viewer() {
capture_session() {
check_dependencies libvpx1
echo "Capturing guest display into ${CAPTURE_FILE}"
- avconv -f x11grab -s 1024x768 -r 15 -i ${TARGET_DISPLAY}.0 -an \
+ avconv -f x11grab -s 1024x768 -r 5 -i ${TARGET_DISPLAY}.0 -an \
-vcodec libvpx -y "${CAPTURE_FILE}" >/dev/null 2>&1 &
}