diff --git a/pkg/types/scheduler.go b/pkg/types/scheduler.go index 3915040c3..1317c0613 100644 --- a/pkg/types/scheduler.go +++ b/pkg/types/scheduler.go @@ -95,7 +95,7 @@ const ( ContainerResourceUsageEmissionInterval time.Duration = 3 * time.Second ) const ContainerStateTtlSWhilePending int = 600 -const ContainerStateTtlS int = 60 +const ContainerStateTtlS int = 120 const WorkspaceQuotaTtlS int = 600 type ErrContainerStateNotFound struct {