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

Unified Diff: base/test/test_timeouts.cc

Issue 10449086: Temporal increase of test timeouts for ASAN image. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months 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..163ed6e08e1986d9a1f04c386b2cc8db2896d1e9 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 = 6;
#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