From f2f42846720bcb6278e30d9234e911152507de8b Mon Sep 17 00:00:00 2001 From: christian mueller Date: Fri, 23 Mar 2012 13:43:37 +0100 Subject: * [GAM-46] improvements on CAmSockthandler. * Needed adoptions on CAmSockethandler tests * Small bug in CAmSerializer Signed-off-by: christian mueller --- PluginControlInterface/test/CAmControlReceiverShadowTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PluginControlInterface') diff --git a/PluginControlInterface/test/CAmControlReceiverShadowTest.cpp b/PluginControlInterface/test/CAmControlReceiverShadowTest.cpp index 3f73366..7246ff6 100644 --- a/PluginControlInterface/test/CAmControlReceiverShadowTest.cpp +++ b/PluginControlInterface/test/CAmControlReceiverShadowTest.cpp @@ -36,7 +36,7 @@ CAmControlReceiverShadowTest::~CAmControlReceiverShadowTest() void CAmControlReceiverShadowTest::SetUp() { timespec t; - t.tv_nsec = 10000; + t.tv_nsec = 1000000; t.tv_sec = 0; sh_timerHandle_t handle; -- cgit v1.2.1