summaryrefslogtreecommitdiff
path: root/test/player_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/player_test.cc')
-rw-r--r--test/player_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/player_test.cc b/test/player_test.cc
index 2412fc312..d48060242 100644
--- a/test/player_test.cc
+++ b/test/player_test.cc
@@ -49,7 +49,7 @@ BOOST_AUTO_TEST_CASE (player_overlaps_test)
film->examine_and_add_content (C);
wait_for_jobs ();
- BOOST_CHECK_EQUAL (A->full_length(), DCPTime::from_seconds (3));
+ BOOST_CHECK_EQUAL (A->full_length(), DCPTime (280000));
A->set_position (DCPTime::from_seconds (0));
B->set_position (DCPTime::from_seconds (10));