On Thu, Sep 17, 2009 at 8:52 AM, Paweł Hajdan Jr.
<[email protected]> wrote:
> The slowness dashboard is ready
> at http://build.chromium.org/buildbot/slowness-report/
ProcessSingletonLinuxTest.NotifyOtherProcessFailure 20.43
This one should be trivial to fix; that 20 second timeout is hardcoded
into the code.
ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() {
[...]
timeval timeout = {20, 0};
setsockopt(socket, SOL_SOCKET, SO_SNDTIMEO, &timeout, sizeof(timeout));
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---