OSDN Git Service

Increase Timeout for dequeue message
authorRam Mohan M <ram.mohan@ittiam.com>
Sat, 10 Jun 2017 02:55:39 +0000 (08:25 +0530)
committerPawin Vongmasa <pawin@google.com>
Sat, 10 Jun 2017 03:08:13 +0000 (20:08 -0700)
In vp9 encoder component, the callback responses are being recevied
after timeout. This is seen only in vp9. Even when no buffer processing
is done, Flush test, state transitions test fail due to slow responses.
This behavior is not seen in other components. This requires deeper
understanding of what is main culprit. But for now increase the timeout

Test: VtsHalMediaOmxV1_0Host
Bug: 37501531
Change-Id: I08abfefcf0cb38d312a4a2dc10908e24f88c54fd

media/omx/1.0/vts/functional/common/media_hidl_test_common.h

index 53bbe60..d617e45 100644 (file)
@@ -33,7 +33,7 @@
 #include <media/openmax/OMX_AudioExt.h>
 #include <media/openmax/OMX_VideoExt.h>
 
-#define DEFAULT_TIMEOUT 40000
+#define DEFAULT_TIMEOUT 100000
 #define TIMEOUT_COUNTER (10000000 / DEFAULT_TIMEOUT)
 
 enum bufferOwner {