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