We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea3a46 commit d5604b5Copy full SHA for d5604b5
v1/providers/shadeform/instancetype.go
@@ -85,7 +85,7 @@ func isSelectedByArgs(instanceType v1.InstanceType, args v1.GetInstanceTypeArgs)
85
}
86
87
func (c *ShadeformClient) GetInstanceTypePollTime() time.Duration {
88
- return 5 * time.Minute
+ return 1 * time.Minute
89
90
91
func (c *ShadeformClient) GetLocations(ctx context.Context, _ v1.GetLocationsArgs) ([]v1.Location, error) {
0 commit comments