Bug#524423: Increase the maximum time that the ATS client waits for the

ATS server to respond from 30 seconds to 120 seconds.
This commit is contained in:
S Rahul 2009-08-26 10:53:44 +00:00
parent c5b381b6fe
commit f867391074

View File

@ -440,6 +440,11 @@ InternalRpc(
}
}
// Increase the timeout. Bug#524423
if (!WinHttpSetTimeouts(hRequest, 0, 60000, 30000, 120000)) {
DbgTrace(0, "-InternalRpc- WinHttpSetTimeouts() failed\n", 0);
}
// Send the request
securityFailureStatusFlags = 0;
if (WinHttpSendRequest(hRequest,