Increased timeout for CI environment

This commit is contained in:
2025-11-20 10:49:06 +01:00
parent c3c7cd3169
commit 1cce82a018

View File

@@ -11,7 +11,7 @@ public static class AppHelper
{ {
public const string ServerUrl = "http://localhost:5275"; public const string ServerUrl = "http://localhost:5275";
public static Uri ServerUri = new(ServerUrl); public static Uri ServerUri = new(ServerUrl);
public static int DefaultTimeout = 5; public static int DefaultTimeout = 10;
public static async Task<Process> StartApp(string appUrl) public static async Task<Process> StartApp(string appUrl)
{ {
var startInfo = new ProcessStartInfo var startInfo = new ProcessStartInfo