PageRenderTime 37ms CodeModel.GetById 7ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
ASP.NET | 28 lines | 22 code | 4 blank | 2 comment | 0 complexity | 8601d522d164b4f7077c922c665e1627 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="EventAggregationApp" value="EventAggregation.exe"/>
  10. <add key="TestDataInputFile" value=".\TestData\TestDataInput.resx"/>
  11. <add key="ControlIdentifiersFile" value=".\TestData\ControlIdentifiers.resx"/>
  12. <!-- time (in ms) to wait for the application to load -->
  13. <add key="ApplicationLoadWaitTime" value="30000"/>
  14. </appSettings>
  15. <!-- white configuration parameters -->
  16. <White>
  17. <Core>
  18. <add key="PopupTimeout" value="30000" />
  19. <add key="SuggestionListTimeout" value="30000" />
  20. <add key="BusyTimeout" value="30000" />
  21. <add key="UIAutomationZeroWindowBugTimeout" value="30000" />
  22. </Core>
  23. </White>
  24. </configuration>