]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
[autofix.ci] apply automated fixes
authorautofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Thu, 7 May 2026 06:57:35 +0000 (06:57 +0000)
committerGitHub <noreply@github.com>
Thu, 7 May 2026 06:57:35 +0000 (06:57 +0000)
.sandcastle/task-source.ts

index 7bf6e812937b522e43cd45d44e0404a94020703a..837d5211d7dbf42702fd0e007ff545c627a7b4da 100644 (file)
@@ -7,12 +7,12 @@ import type { TaskSpec } from './types.js'
 import {
   AGENT_IDLE_TIMEOUT_S,
   AGENT_PLANNER_MODEL,
+  AGENT_TASK_TIMEOUT_MS,
   COMPLETION_SIGNAL,
   DOCKER_MOUNTS,
   GIT_TIMEOUT_MS,
   GITHUB_MAX_ISSUES_FETCH,
   GITHUB_MAX_PRS_FETCH,
-  AGENT_TASK_TIMEOUT_MS,
   MAX_TITLE_CHARS,
 } from './constants.js'
 import { execFileAsync, toErrorMessage } from './utils.js'