mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
RESTRICT AUTOMERGE Relax timeout for all operations
Test: make vts -j123 && vts-tradefed run commandAndExit vts \ -m VtsHalMediaOmxV1_0Host Bug: 70933963 Change-Id: I01e53e9e4e78e4bc5fd11f4e931d703c4fb5407d
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
/* As component is switching states (loaded<->idle<->execute), dequeueMessage()
|
||||
* expects the events to be received within this duration */
|
||||
#define DEFAULT_TIMEOUT 100000
|
||||
#define DEFAULT_TIMEOUT 150000
|
||||
/* Time interval between successive Input/Output enqueues */
|
||||
#define DEFAULT_TIMEOUT_Q 2000
|
||||
/* While the component is amidst a process call, asynchronous commands like
|
||||
|
||||
Reference in New Issue
Block a user