Skip to content

Commit 4a43258

Browse files
authored
fix typo in SO1 and SO2 tests (#365)
1 parent e0cd00e commit 4a43258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operator/e2e/tests/startup_ordering_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func Test_SO1_InorderStartupOrderWithFullReplicas(t *testing.T) {
7171
DynamicClient: dynamicClient,
7272
Namespace: "default",
7373
Timeout: 5 * time.Minute,
74-
Interval: defaultPollTimeout,
74+
Interval: defaultPollInterval,
7575
Workload: &WorkloadConfig{
7676
Name: "workload3",
7777
YAMLPath: "../yaml/workload3.yaml",
@@ -129,7 +129,7 @@ func Test_SO2_InorderStartupOrderWithMinReplicas(t *testing.T) {
129129
DynamicClient: dynamicClient,
130130
Namespace: "default",
131131
Timeout: 5 * time.Minute,
132-
Interval: defaultPollTimeout,
132+
Interval: defaultPollInterval,
133133
Workload: &WorkloadConfig{
134134
Name: "workload4",
135135
YAMLPath: "../yaml/workload4.yaml",

0 commit comments

Comments
 (0)