Commit b0f1af1d authored by thakis@chromium.org's avatar thakis@chromium.org

Increase test timeout for out of process tests by 4 seconds.

This is to test if the browser_test and interactive_ui_test failures on
the mac dbg builds after the switch to clang are due to tests narrowly
missing their timeout -- that's what it looks like locally.

BUG=91371
TEST=none
TBR=phajdan.jr

Review URL: http://codereview.chromium.org/7569033

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95770 0039d316-1c4b-4281-b951-d872f2087c98
parent 3d7439f3
...@@ -44,7 +44,7 @@ bool TestTimeouts::initialized_ = false; ...@@ -44,7 +44,7 @@ bool TestTimeouts::initialized_ = false;
// static // static
int TestTimeouts::tiny_timeout_ms_ = 100; int TestTimeouts::tiny_timeout_ms_ = 100;
int TestTimeouts::action_timeout_ms_ = 2000; int TestTimeouts::action_timeout_ms_ = 2000;
int TestTimeouts::action_max_timeout_ms_ = 25000; int TestTimeouts::action_max_timeout_ms_ = 29000;
int TestTimeouts::large_test_timeout_ms_ = 3 * 60 * 1000; int TestTimeouts::large_test_timeout_ms_ = 3 * 60 * 1000;
int TestTimeouts::huge_test_timeout_ms_ = 10 * 60 * 1000; int TestTimeouts::huge_test_timeout_ms_ = 10 * 60 * 1000;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment