If the system is slow, sometimes amd sends timeout results late.
In this case, there is a problem that the result(pid) for the first launch request is not delivered.
To resolve this, the socket receiving timeout is slightly increased.
Change-Id: I5e741aad939beb8a90904683a9d32e7b1fbd79fa
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
}
private:
- timeval time_val_ = { 5, 200 * 1000 };
+ timeval time_val_ = { 5, 500 * 1000 };
};
std::string GetSocketPath(pid_t pid, uid_t uid) {