mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-19 22:41:55 +00:00
Increased timeout for CI environment
This commit is contained in:
@@ -11,7 +11,7 @@ public static class AppHelper
|
||||
{
|
||||
public const string ServerUrl = "http://localhost:5275";
|
||||
public static Uri ServerUri = new(ServerUrl);
|
||||
public static int DefaultTimeout = 5;
|
||||
public static int DefaultTimeout = 10;
|
||||
public static async Task<Process> StartApp(string appUrl)
|
||||
{
|
||||
var startInfo = new ProcessStartInfo
|
||||
|
||||
Reference in New Issue
Block a user