We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0cd00e commit 4a43258Copy full SHA for 4a43258
operator/e2e/tests/startup_ordering_test.go
@@ -71,7 +71,7 @@ func Test_SO1_InorderStartupOrderWithFullReplicas(t *testing.T) {
71
DynamicClient: dynamicClient,
72
Namespace: "default",
73
Timeout: 5 * time.Minute,
74
- Interval: defaultPollTimeout,
+ Interval: defaultPollInterval,
75
Workload: &WorkloadConfig{
76
Name: "workload3",
77
YAMLPath: "../yaml/workload3.yaml",
@@ -129,7 +129,7 @@ func Test_SO2_InorderStartupOrderWithMinReplicas(t *testing.T) {
129
130
131
132
133
134
Name: "workload4",
135
YAMLPath: "../yaml/workload4.yaml",
0 commit comments