diff options
-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(); |