change wait_idle timeout from 200ms to 500ms 51/302051/1
authorJoonbum Ko <joonbum.ko@samsung.com>
Wed, 29 Nov 2023 07:14:44 +0000 (16:14 +0900)
committerJoonbum Ko <joonbum.ko@samsung.com>
Thu, 30 Nov 2023 04:56:43 +0000 (13:56 +0900)
commit37b235f7d209bba623ac1921bcde06a2a84d81bc
tree76c80db694c28bb493dce1dd3842e8ccc51e2e36
parent37d079bf79c9970c59dd65e7cedcb82d9b7b7aef
change wait_idle timeout from 200ms to 500ms

 - There are often cases where scheduling is not received
  for more than 200ms in unexpectable situations such as cpu contension.
 - Since wait_idle is called in parts where synchronization is absolutely necessary,
  it is necessary to minimize the problem by increasing it to 500ms.

Change-Id: I2844a5700f12a77668df526ce65bd5d6f486b56a
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
src/tpl_utils_gthread.c