1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "base/test/test_switches.h"
7 // Time (in milliseconds) that the tests should wait before timing out.
8 // TODO(phajdan.jr): Clean up the switch names.
9 const char switches::kTestLargeTimeout
[] = "test-large-timeout";
11 // Path to test results file in our custom test launcher format.
12 const char switches::kTestLauncherOutput
[] = "test-launcher-output";
14 // Time (in milliseconds) that the tests should wait before timing out.
15 // TODO(phajdan.jr): Clean up the switch names.
16 const char switches::kTestTinyTimeout
[] = "test-tiny-timeout";
17 const char switches::kUiTestActionTimeout
[] = "ui-test-action-timeout";
18 const char switches::kUiTestActionMaxTimeout
[] = "ui-test-action-max-timeout";