Skip to content

Commit 2f6fcec

Browse files
committed
fix: 5s sleep
Signed-off-by: Ashing Zheng <[email protected]>
1 parent fe60fc5 commit 2f6fcec

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/e2e/crds/v2/status.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ spec:
200200
),
201201
)
202202

203+
time.Sleep(5 * time.Second)
204+
203205
By("update service to original spec")
204206
serviceYaml, err = s.GetOutputFromString("svc", framework.ProviderType, "-o", "yaml")
205207
Expect(err).NotTo(HaveOccurred(), "getting service yaml")

test/e2e/gatewayapi/status.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ spec:
156156
),
157157
)
158158

159+
time.Sleep(5 * time.Second)
160+
159161
By("update service to original spec")
160162
serviceYaml, err = s.GetOutputFromString("svc", framework.ProviderType, "-o", "yaml")
161163
Expect(err).NotTo(HaveOccurred(), "getting service yaml")

0 commit comments

Comments
 (0)