From 5f0e5ec083265bb2f34baf50d36569729752b6a3 Mon Sep 17 00:00:00 2001 From: "phajdan.jr" Date: Mon, 25 Aug 2014 08:11:27 -0700 Subject: Revert of Implement unit test specific test launcher timeout (patchset #6 of https://codereview.chromium.org/476543004/) Reason for revert: Multiple tests are timing out on dbg bots. Original issue's description: > Implement unit test specific test launcher timeout > > BUG=402213 TBR=jam@chromium.org,dalecurtis@chromium.org,rileya@chromium.org NOTREECHECKS=true NOTRY=true BUG=402213 Review URL: https://codereview.chromium.org/504813003 Cr-Commit-Position: refs/heads/master@{#291682} --- base/test/test_switches.h | 1 - 1 file changed, 1 deletion(-) (limited to 'base/test/test_switches.h') diff --git a/base/test/test_switches.h b/base/test/test_switches.h index b7d0860..c228cf0 100644 --- a/base/test/test_switches.h +++ b/base/test/test_switches.h @@ -21,7 +21,6 @@ extern const char kTestLauncherPrintTestStdio[]; extern const char kTestLauncherShardIndex[]; extern const char kTestLauncherTotalShards[]; extern const char kTestLauncherTimeout[]; -extern const char kTestLauncherUnitTimeout[]; extern const char kTestTinyTimeout[]; extern const char kUiTestActionTimeout[]; extern const char kUiTestActionMaxTimeout[]; -- cgit v1.1