PageRenderTime 56ms CodeModel.GetById 33ms RepoModel.GetById 0ms app.codeStats 0ms

/V1/trunk/Source/QuickStarts/Modularity/Modularity.Tests.AcceptanceTests/App.config

#
ASP.NET | 29 lines | 23 code | 4 blank | 2 comment | 0 complexity | 1bad4a67ed5f5f3ac2a95444dc6f9408 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <configSections>
  4. <sectionGroup name="White">
  5. <section name="Core" type="System.Configuration.NameValueSectionHandler"/>
  6. </sectionGroup>
  7. </configSections>
  8. <appSettings>
  9. <add key="DirectoryLookupModularity" value="DirectoryLookupModularity.exe" />
  10. <add key="ConfigurationModularity" value="ConfigurationModularity.exe" />
  11. <add key="TestDataInputFile" value=".\TestData\TestDataInput.resx"/>
  12. <add key="ControlIdentifiersFile" value=".\TestData\ControlIdentifiers.resx"/>
  13. <!-- time (in ms) to wait for the application to load -->
  14. <add key="ApplicationLoadWaitTime" value="10000"/>
  15. </appSettings>
  16. <!-- white configuration parameters -->
  17. <White>
  18. <Core>
  19. <add key="PopupTimeout" value="30000" />
  20. <add key="SuggestionListTimeout" value="30000" />
  21. <add key="BusyTimeout" value="30000" />
  22. <add key="UIAutomationZeroWindowBugTimeout" value="30000" />
  23. </Core>
  24. </White>
  25. </configuration>