| Index: base/test/test_timeouts.cc
|
| diff --git a/base/test/test_timeouts.cc b/base/test/test_timeouts.cc
|
| index 467c0febb7dbdd91397e5887976677ead73b81cd..530262679d336578ec6510178a955a87c5668521 100644
|
| --- a/base/test/test_timeouts.cc
|
| +++ b/base/test/test_timeouts.cc
|
| @@ -16,7 +16,7 @@ namespace {
|
|
|
| // ASan and TSan instrument each memory access. This may slow the execution
|
| // down significantly.
|
| -#if defined(ADDRESS_SANITIZER) || defined(THREAD_SANITIZER)
|
| +#if defined(ADDRESS_SANITIZER) || defined(THREAD_SANITIZER) || defined(SYZYASAN)
|
| static const int kTimeoutMultiplier = 2;
|
| #else
|
| static const int kTimeoutMultiplier = 1;
|
|
|