Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / base / test / test_timeouts.cc
index b491b99..006df46 100644 (file)
@@ -17,7 +17,9 @@ namespace {
 // ASan/TSan/MSan instrument each memory access. This may slow the execution
 // down significantly.
 #if defined(MEMORY_SANITIZER)
-static const int kTimeoutMultiplier = 3;
+// For MSan the slowdown depends heavily on the value of msan_track_origins GYP
+// flag. The multiplier below corresponds to msan_track_origins=1.
+static const int kTimeoutMultiplier = 6;
 #elif defined(ADDRESS_SANITIZER) || defined(THREAD_SANITIZER) || \
     defined(SYZYASAN)
 static const int kTimeoutMultiplier = 2;