summaryrefslogtreecommitdiffstats
path: root/cucumber/features/support/hooks.rb
diff options
context:
space:
mode:
Diffstat (limited to 'cucumber/features/support/hooks.rb')
-rw-r--r--cucumber/features/support/hooks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/support/hooks.rb b/cucumber/features/support/hooks.rb
index b3bdecef..684861f6 100644
--- a/cucumber/features/support/hooks.rb
+++ b/cucumber/features/support/hooks.rb
@@ -182,7 +182,7 @@ Before('@product') do |scenario|
capture = IO.popen(['avconv',
'-f', 'x11grab',
'-s', '1024x768',
- '-r', '15',
+ '-r', '5',
'-i', "#{$config['DISPLAY']}.0",
'-an',
'-c:v', 'libx264',