Index: ipc/ipc_tests.cc |
diff --git a/ipc/ipc_tests.cc b/ipc/ipc_tests.cc |
index 27276814c07182bba0ca37cc7528e95f8091412e..74b359383d789e4977491de13869592713a2b4e7 100644 |
--- a/ipc/ipc_tests.cc |
+++ b/ipc/ipc_tests.cc |
@@ -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"); |