Commit 370f0840 authored by thakis@chromium.org's avatar thakis@chromium.org

Increase test timeout to 45s.

This is so that long running tests don't flakily bump into the
timeout every now and then.

BUG=none
TEST=none
TBR=phajdan.jr

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95860 0039d316-1c4b-4281-b951-d872f2087c98
parent 79d23c7e
......@@ -44,7 +44,7 @@ bool TestTimeouts::initialized_ = false;
// static
int TestTimeouts::tiny_timeout_ms_ = 100;
int TestTimeouts::action_timeout_ms_ = 2000;
int TestTimeouts::action_max_timeout_ms_ = 31000;
int TestTimeouts::action_max_timeout_ms_ = 45000;
int TestTimeouts::large_test_timeout_ms_ = 3 * 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