Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(662)

Unified Diff: base/test/test_timeouts.cc

Issue 8618014: ASAN timeout on OutOfProcessPPAPITest.* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_timeouts.cc
diff --git a/base/test/test_timeouts.cc b/base/test/test_timeouts.cc
index dc7f2431fe60a0ecf51b89a052c9d858f2273eea..f4e617984a4237b61ca6635984cc7af2e41a8c11 100644
--- a/base/test/test_timeouts.cc
+++ b/base/test/test_timeouts.cc
@@ -12,7 +12,7 @@
namespace {
#ifdef ADDRESS_SANITIZER
-static const int kTimeoutMultiplier = 2;
+static const int kTimeoutMultiplier = 4;
#else
static const int kTimeoutMultiplier = 1;
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698