summaryrefslogtreecommitdiff
path: root/test/interrupt_encoder_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/interrupt_encoder_test.cc')
-rw-r--r--test/interrupt_encoder_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/interrupt_encoder_test.cc b/test/interrupt_encoder_test.cc
index c6145d861..ed988a65b 100644
--- a/test/interrupt_encoder_test.cc
+++ b/test/interrupt_encoder_test.cc
@@ -51,7 +51,7 @@ BOOST_AUTO_TEST_CASE (interrupt_encoder_test)
film->make_dcp ();
- dcpomatic_sleep (10);
+ dcpomatic_sleep_seconds (10);
JobManager::drop ();
}