diff options
author | phajdan.jr <phajdan.jr@chromium.org> | 2014-08-25 08:11:27 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-25 15:12:26 +0000 |
commit | 5f0e5ec083265bb2f34baf50d36569729752b6a3 (patch) | |
tree | 845b6da41f4608b0d5058c2fffce644e08d1e1b8 /base/test/test_switches.h | |
parent | 7f590bcff76926fc8442e020dcd1eebf604bf129 (diff) | |
download | chromium_src-5f0e5ec083265bb2f34baf50d36569729752b6a3.zip chromium_src-5f0e5ec083265bb2f34baf50d36569729752b6a3.tar.gz chromium_src-5f0e5ec083265bb2f34baf50d36569729752b6a3.tar.bz2 |
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}
Diffstat (limited to 'base/test/test_switches.h')
-rw-r--r-- | base/test/test_switches.h | 1 |
1 files changed, 0 insertions, 1 deletions
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[]; |