Expere Administration Tool Time Out Configurable

Summary

The Requirements Administration application has been enhanced to be able to configure load timeout to avoid failure loading huge repositories.

The default timeout changed from the current hard coded value of 5 minutes, to 10 minutes.

Technical Notes

Modified ReqAdmin.exe.config and RequirementsAdmin.exe.config to include new key in appSettings group:
<add key="LoadTimeout" value="10"/>

Value 10 corresponds to 10 minutes. If key "LoadTimeout" does not exist in config file, internal load timeout will be set to 10 by default.

Implementation Notes

This feature requires Requirements Administration Tool (Server Tools) update.