Fix IPCSuite/WriteTimeout 35/39735/2
authorMateusz Malicki <m.malicki2@samsung.com>
Thu, 21 May 2015 14:12:53 +0000 (16:12 +0200)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 21 May 2015 16:08:27 +0000 (09:08 -0700)
commit13d3aa32753860aa97f66d5641c81b0d00c83ae5
treebda157241b3db0b7dbaeb8192d9e64a98e4b573a
parentc49644b6bebb9f8889abe8dc01f9b068b0ccd2fd
Fix IPCSuite/WriteTimeout

[Bug]           IPCSuite/WriteTimeout some time fails
[Cause]         To large write timeout and too small response time
                - checking timeout when response has already been
                callSync only sometimes takes into account the serialization time
[Solution]      Increase response time. Wait for sending till timeout countdown start
[Verification]  Build, install on emulator, run IPCSuite/WriteTimeout test (multiple times)

Change-Id: Ic9e814a0ae5cb85a769f0398d5126b0b67f5c626
libs/ipc/internals/processor.hpp
tests/unit_tests/ipc/ut-ipc.cpp
tests/unit_tests/ut.cpp