Increasing time to abort

This commit is contained in:
BDisp
2025-07-28 15:00:23 +01:00
parent 456bad45dd
commit d7306e72f3

View File

@@ -42,7 +42,7 @@ public class ScenarioTests : TestsAllViews
_output.WriteLine ($"Running Scenario '{scenarioType}'");
var scenario = Activator.CreateInstance (scenarioType) as Scenario;
uint abortTime = 2000;
uint abortTime = 3000; // Some scenarios may take a while to quit, so we give them 3 seconds
object? timeout = null;
var initialized = false;
var shutdownGracefully = false;