diff options
author | glotov@google.com <glotov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-31 10:11:29 +0000 |
---|---|---|
committer | glotov@google.com <glotov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-31 10:11:29 +0000 |
commit | 6f3513cf5964e896e2080b92746fca43af465b8e (patch) | |
tree | 47bd38aa3bd47341370a9b3975acda5dd1362549 | |
parent | bd19b2ed4dc6c19676f381fc55eb8bd6eb3fb2ca (diff) | |
download | chromium_src-6f3513cf5964e896e2080b92746fca43af465b8e.zip chromium_src-6f3513cf5964e896e2080b92746fca43af465b8e.tar.gz chromium_src-6f3513cf5964e896e2080b92746fca43af465b8e.tar.bz2 |
Temporal increase of test timeouts for ASAN image.
BUG=chromium-os:24567
TEST=unit
Review URL: https://chromiumcodereview.appspot.com/10449086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139768 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | base/test/test_timeouts.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/test/test_timeouts.cc b/base/test/test_timeouts.cc index dc7f243..163ed6e 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 |