Skip to content

Commit 1179b38

Browse files
committed
feat: increase timeout
1 parent 3f66d7a commit 1179b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/app/ptah-agent/service_monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func (e *taskExecutor) monitorDaemonServiceLaunch(ctx context.Context, service *
5353
defer ticker.Stop()
5454

5555
// TODO: make timeout configurable
56-
timeout := time.After(time.Duration(1) * time.Minute)
56+
timeout := time.After(time.Duration(5) * time.Minute)
5757

5858
successfullChecks := 0
5959

0 commit comments

Comments
 (0)