Skip to content

Commit 4030fe0

Browse files
committed
fix: r
Signed-off-by: Ashing Zheng <[email protected]>
1 parent 87c8682 commit 4030fe0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

test/e2e/crds/v2/status.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ spec:
171171
Check: scaffold.WithExpectedStatus(200),
172172
})
173173

174+
time.Sleep(60 * time.Second)
174175
By("get yaml from service")
175176
serviceYaml, err := s.GetOutputFromString("svc", framework.ProviderType, "-o", "yaml")
176177
Expect(err).NotTo(HaveOccurred(), "getting service yaml")

test/e2e/framework/manifests/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ data:
334334
log_level: "debug"
335335
controller_name: {{ .ControllerName | default "apisix.apache.org/apisix-ingress-controller" }}
336336
leader_election_id: "apisix-ingress-controller-leader"
337-
exec_adc_timeout: 20s
337+
exec_adc_timeout: 30s
338338
provider:
339339
type: {{ .ProviderType | default "apisix-standalone" }}
340340
sync_period: {{ .ProviderSyncPeriod | default "0s" }}

test/e2e/gatewayapi/status.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ spec:
163163
),
164164
)
165165

166-
time.Sleep(60 * time.Second)
167166
By("update service to original spec")
168167
serviceYaml, err = s.GetOutputFromString("svc", framework.ProviderType, "-o", "yaml")
169168
Expect(err).NotTo(HaveOccurred(), "getting service yaml")

0 commit comments

Comments
 (0)