Skip to content

Commit 54293ce

Browse files
authored
feat(inference): add test and increase timeout deployment (#3919)
1 parent dcb6f27 commit 54293ce

6 files changed

+7890
-2
lines changed

internal/namespaces/inference/v1beta1/custom_deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
const (
19-
deploymentActionTimeout = 40 * time.Minute
19+
deploymentActionTimeout = 60 * time.Minute
2020
)
2121

2222
var (

internal/namespaces/inference/v1beta1/custom_deployment_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
)
1010

1111
func Test_DeploymentCreate(t *testing.T) {
12-
t.Skip("Out of stock")
1312
cmds := inference.GetCommands()
1413

1514
t.Run("Simple deployment", core.Test(&core.TestConfig{

0 commit comments

Comments
 (0)