summaryrefslogtreecommitdiff
path: root/internal/run.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-10-27 11:34:16 +0200
committerPaul Buetow <paul@buetow.org>2024-10-27 11:34:16 +0200
commitf9a1a4dd6f154c08f308431b821cc23e5dac8942 (patch)
tree2850b7f610b55d84e15d40cad898a355044029af /internal/run.go
parent063d630bc1acbaaf1b9743a33bef559601b117d3 (diff)
fix timeouts
Diffstat (limited to 'internal/run.go')
-rw-r--r--internal/run.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/run.go b/internal/run.go
index 513d71e..98fb501 100644
--- a/internal/run.go
+++ b/internal/run.go
@@ -35,7 +35,6 @@ func Run(ctx context.Context, args config.Args) error {
}
func runPlatform(ctx context.Context, args config.Args, platform string, sizeLimit int) error {
- // TODO: ctx should be extended, when editing a file due to its size being too large
ent, err := schedule.Run(args, platform)
switch {
case errors.Is(err, schedule.ErrNothingToSchedule):