1 write to UseHelix
RunTests (1)
Options.cs (1)
252UseHelix = helix,
5 references to UseHelix
RunTests (5)
Options.cs (2)
88/// Name of the Helix queue to run tests on (only valid when <see cref="UseHelix" /> is <see langword="true" />). 93/// Access token to send jobs to helix (only valid when <see cref="UseHelix" /> is <see langword="true" />).
ProcessTestExecutor.cs (2)
52var timeout = options.UseHelix ? "15minutes" : "25minutes"; 200if (options.UseHelix)
Program.cs (1)
131if (options.UseHelix)