Skip to content

Commit afcbf34

Browse files
committed
lower retry interval
1 parent 663fd5e commit afcbf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/inference/helpers_inference.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
const (
1414
defaultInferenceDeploymentTimeout = 80 * time.Minute
15-
defaultDeploymentRetryInterval = 15 * time.Minute
15+
defaultDeploymentRetryInterval = 1 * time.Minute
1616
)
1717

1818
// NewAPIWithRegion returns a new inference API and the region for a Create request

0 commit comments

Comments
 (0)