diff options
Diffstat (limited to 'ipc/ipc_tests.cc')
-rw-r--r-- | ipc/ipc_tests.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/ipc_tests.cc b/ipc/ipc_tests.cc index 2727681..b6fd38b 100644 --- a/ipc/ipc_tests.cc +++ b/ipc/ipc_tests.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -501,7 +501,7 @@ TEST_F(IPCChannelTest, Performance) { HANDLE process = SpawnChild(TEST_REFLECTOR, &chan); ASSERT_TRUE(process); - PlatformThread::Sleep(1000); + PlatformThread::Sleep(base::TimeDelta::FromSeconds(1)); PerfTimeLogger logger("IPC_Perf"); |