diff options
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index c261961..4f62d35 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -145,7 +145,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
145 | 145 | ||
146 | // The timeout should always be significantly larger than the timeout for the grid server to request | 146 | // The timeout should always be significantly larger than the timeout for the grid server to request |
147 | // the initial status of the region before confirming registration. | 147 | // the initial status of the region before confirming registration. |
148 | GridResp = GridReq.Send(serversInfo.GridURL, 60000); | 148 | GridResp = GridReq.Send(serversInfo.GridURL, 90000); |
149 | } | 149 | } |
150 | catch (Exception e) | 150 | catch (Exception e) |
151 | { | 151 | { |