Skip to content

Commit

Permalink
[YUNIKORN-3021] Update default volumeBindTimeout to 10 minutes (#948)
Browse files Browse the repository at this point in the history
Closes: #948
  • Loading branch information
craigcondit committed Jan 29, 2025
1 parent d4344fb commit 6fee122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/conf/schedulerconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const (
DefaultClusterID = "mycluster"
DefaultPolicyGroup = "queues"
DefaultSchedulingInterval = time.Second
DefaultVolumeBindTimeout = 10 * time.Second
DefaultVolumeBindTimeout = 10 * time.Minute
DefaultEventChannelCapacity = 1024 * 1024
DefaultDispatchTimeout = 300 * time.Second
DefaultOperatorPlugins = "general"
Expand Down

0 comments on commit 6fee122

Please sign in to comment.