diff options
| author | Ram Mohan M <ram.mohan@ittiam.com> | 2017-06-10 08:25:39 +0530 |
|---|---|---|
| committer | Pawin Vongmasa <pawin@google.com> | 2017-06-09 20:08:13 -0700 |
| commit | 4e39ff9235cdf99b14846c13109f9edb30934131 (patch) | |
| tree | 752f582d2a34773c9eb8758b2394657f12128b6f | |
| parent | 7d1592a732f528d82b3b5001b49efe16fd1b89eb (diff) | |
| download | android_hardware_interfaces-4e39ff9235cdf99b14846c13109f9edb30934131.tar.gz android_hardware_interfaces-4e39ff9235cdf99b14846c13109f9edb30934131.tar.bz2 android_hardware_interfaces-4e39ff9235cdf99b14846c13109f9edb30934131.zip | |
Increase Timeout for dequeue message
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
| -rw-r--r-- | media/omx/1.0/vts/functional/common/media_hidl_test_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/omx/1.0/vts/functional/common/media_hidl_test_common.h b/media/omx/1.0/vts/functional/common/media_hidl_test_common.h index 53bbe605b..d617e45e4 100644 --- a/media/omx/1.0/vts/functional/common/media_hidl_test_common.h +++ b/media/omx/1.0/vts/functional/common/media_hidl_test_common.h @@ -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 { |
