Increase timeout waiting for signal delivery to 2 seconds 90/245890/1
authorTomasz Swierczek <t.swierczek@samsung.com>
Mon, 19 Oct 2020 06:57:18 +0000 (08:57 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Mon, 19 Oct 2020 06:57:18 +0000 (08:57 +0200)
commit7698e2acb4fffa8988a80cf01586bc304a5e3378
tree705aa4eb2dadddd29f740123fea9e650c78211ec
parent6e1aefe80bce0fd794a1bdd33f5f4f17d2fb96d0
Increase timeout waiting for signal delivery to 2 seconds

The prepare_app is synchronizing threads security attributes in app
candidate process, which can be multithreaded. Security-Manager's
implementation mimics implementation in libc for smack label synchronization,
using signal handlers to do that.

In some systems under heavy load current timeout we're waiting for signal
delivery can be not enough, hence increasing the timeout.

Change-Id: I2b73c743fee61acbaeb834566a43b0f427218aab
src/client/client-security-manager.cpp