// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef BASE_TEST_TEST_TIMEOUTS_H_ #define BASE_TEST_TEST_TIMEOUTS_H_ #include "base/check.h" #include "base/time/time.h" // Returns common timeouts to use in tests. Makes it possible to adjust // the timeouts for different environments (like TSan). class TestTimeouts { … }; #endif // BASE_TEST_TEST_TIMEOUTS_H_