diff --git a/src/core/execution/FakeHumanExecution.ts b/src/core/execution/FakeHumanExecution.ts index 0713a4a3c..2f0015bfe 100644 --- a/src/core/execution/FakeHumanExecution.ts +++ b/src/core/execution/FakeHumanExecution.ts @@ -360,7 +360,7 @@ export class FakeHumanExecution implements Execution { case UnitType.Port: return 10_000; case UnitType.SAMLauncher: - return 5_000; + return -1_000_000; default: return 0; }