4 references to TimeoutSeconds
Interop.FunctionalTests (4)
H2SpecCommands.cs (4)
223
process.StartInfo.Arguments = $"{testId} -p {port.ToString(CultureInfo.InvariantCulture)} --strict -v -j {tempFile} --timeout {
TimeoutSeconds
}"
254
if (await Task.WhenAny(exitedTcs.Task, Task.Delay(TimeSpan.FromSeconds(
TimeoutSeconds
* 2))) != exitedTcs.Task)
262
throw new TimeoutException($"h2spec didn't exit within {
TimeoutSeconds
* 2} seconds.", ex);
264
throw new TimeoutException($"h2spec didn't exit within {
TimeoutSeconds
* 2} seconds.");