summaryrefslogtreecommitdiff
path: root/PluginControlInterface
diff options
context:
space:
mode:
Diffstat (limited to 'PluginControlInterface')
-rw-r--r--PluginControlInterface/test/CAmControlReceiverShadowTest.cpp2
1 files changed, 1 insertions, 1 deletions
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;