elm_atspi: use timer to recover bridge init failure 45/271645/3
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 24 Feb 2022 05:17:59 +0000 (14:17 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Fri, 4 Mar 2022 04:17:48 +0000 (04:17 +0000)
commit3293ee5ce91087cbc63b0a6c49fe1a92817ecc23
treec2e7d9f2107935d9165c7d088e8a80db875b264d
parent42b8a10206e6d085f1908d7fad752cae77eca350
elm_atspi: use timer to recover bridge init failure

An idler has been used to recover bridge init failure.
The idler callback can be called within 1 ms. By the result,
an application was not able to initialize the ATSPI bridge.

So this patch is using a timer and retry for 1 min.

Change-Id: I7d42ec6985b8fe932eb8020b5ea4cf1785365a0e
src/lib/elementary/elm_atspi_bridge.c