summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/recover_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recover_test.cc b/test/recover_test.cc
index 1e0460155..b650aba64 100644
--- a/test/recover_test.cc
+++ b/test/recover_test.cc
@@ -65,7 +65,7 @@ BOOST_AUTO_TEST_CASE (recover_test_2d)
"build/test/recover_test_2d/original.mxf"
);
- boost::filesystem::resize_file (video, 16 * 1024 * 1024);
+ boost::filesystem::resize_file (video, 2 * 1024 * 1024);
film->make_dcp ();
wait_for_jobs ();