| Index: ppapi/tests/test_view.cc
|
| diff --git a/ppapi/tests/test_view.cc b/ppapi/tests/test_view.cc
|
| index 5ce903a71375c888449e409be5b8a82130545576..df51199e119c1ed33205d5790095d76504a48ad2 100644
|
| --- a/ppapi/tests/test_view.cc
|
| +++ b/ppapi/tests/test_view.cc
|
| @@ -14,7 +14,7 @@
|
| REGISTER_TEST_CASE(View);
|
|
|
| // When waiting for view changed events, wait no longer than this.
|
| -#if !defined(THREAD_SANITIZER)
|
| +#if !defined(THREAD_SANITIZER) && !defined(MEMORY_SANITIZER)
|
| static int kViewChangeTimeoutSec = 5;
|
| #else
|
| // ThreadSanitizer may slow the interaction down significantly.
|
|
|