diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-02-04 00:58:33 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-06-13 17:29:50 +0100 |
commit | 45d2641c1ec62c9aec3b618dcace97c9383a5fa9 (patch) | |
tree | 407ff2b1eba25ebfdeafe0dde54cb3a919478086 | |
parent | Add basics for tests over streaming and recording (diff) | |
download | p2pvr-45d2641c1ec62c9aec3b618dcace97c9383a5fa9.tar.bz2 p2pvr-45d2641c1ec62c9aec3b618dcace97c9383a5fa9.tar.xz p2pvr-45d2641c1ec62c9aec3b618dcace97c9383a5fa9.zip |
Increase stream time during test because the decomp can take too long
-rw-r--r-- | p2pvr/daemon/unittests/testRecording.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |