Skip to content

Commit

Permalink
[ws-manager] Increase readiness probe initial delay
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Sep 1, 2021
1 parent c9a6cf3 commit 8399b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ws-manager/pkg/manager/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func (m *Manager) createWorkspaceContainer(startContext *startWorkspaceContext)
PeriodSeconds: 1,
SuccessThreshold: 1,
TimeoutSeconds: 1,
InitialDelaySeconds: 2,
InitialDelaySeconds: 4,
}
)

Expand Down

0 comments on commit 8399b07

Please sign in to comment.