Skip to content

Commit ced2948

Browse files
committed
Fix timetou
1 parent c9ceff2 commit ced2948

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

tests/e2e/helpers.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ import (
2323
)
2424

2525
const (
26-
deployTimeout = 30 * time.Minute
27-
teardownTimeout = 10 * time.Minute
26+
deployTimeout = 30 * time.Minute
27+
operatorDeployTimeout = 10 * time.Minute
28+
teardownTimeout = 10 * time.Minute
2829

2930
operatorDeploymentName = "rhacs-operator-controller-manager"
3031
operatorSystemNamespace = "rhacs-operator-system"

tests/e2e/mixed_versions_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ func TestMixedVersionOperatorDeploy(t *testing.T) {
5454

5555
t.Logf("Using --tag=%s (SecuredCluster), --central-tag=%s (Central)", mainTag, centralTag)
5656

57-
operatorDeployTimeout := 5 * teardownTimeout
58-
5957
// Step 1: Deploy operator with mixed versions
6058
t.Log("=== Step 1: Deploy operator with mixed versions ===")
6159
args := append([]string{roxieBinary, "deploy", "operator", "--tag", mainTag, "--central-tag", centralTag}, commonDeployArgs...)

0 commit comments

Comments
 (0)