From 45d2641c1ec62c9aec3b618dcace97c9383a5fa9 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 4 Feb 2015 00:58:33 +0000 Subject: Increase stream time during test because the decomp can take too long --- p2pvr/daemon/unittests/testRecording.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2pvr/daemon/unittests/testRecording.cpp b/p2pvr/daemon/unittests/testRecording.cpp index 48b0990..4e49916 100644 --- a/p2pvr/daemon/unittests/testRecording.cpp +++ b/p2pvr/daemon/unittests/testRecording.cpp @@ -93,7 +93,7 @@ BOOST_AUTO_TEST_CASE( streamServiceToTarget ) BOOST_CHECKPOINT("Start"); ss->Start(); - sleep(1); + sleep(2); BOOST_CHECKPOINT("Stop"); ss->Stop(); -- cgit v1.2.3