Skip to content

Commit 86af904

Browse files
committed
fix: r
Signed-off-by: Ashing Zheng <[email protected]>
1 parent 2d527fc commit 86af904

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/e2e/crds/v2/status.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ spec:
198198
s.RetryAssertion(func() string {
199199
output, _ := s.GetOutputFromString("ar", "default", "-o", "yaml")
200200
return output
201-
}).WithTimeout(80 * time.Second).
201+
}).WithTimeout(30 * time.Second).
202202
Should(
203203
And(
204204
ContainSubstring(`status: "False"`),
@@ -221,7 +221,7 @@ spec:
221221
s.RetryAssertion(func() string {
222222
output, _ := s.GetOutputFromString("ar", "default", "-o", "yaml")
223223
return output
224-
}).WithTimeout(80 * time.Second).
224+
}).WithTimeout(30 * time.Second).
225225
Should(
226226
And(
227227
ContainSubstring(`status: "True"`),

test/e2e/gatewayapi/status.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ spec:
154154
s.RetryAssertion(func() string {
155155
output, _ := s.GetOutputFromString("httproute", "httpbin", "-o", "yaml")
156156
return output
157-
}).WithTimeout(80 * time.Second).
157+
}).WithTimeout(30 * time.Second).
158158
Should(
159159
And(
160160
ContainSubstring(`status: "False"`),
@@ -177,7 +177,7 @@ spec:
177177
s.RetryAssertion(func() string {
178178
output, _ := s.GetOutputFromString("httproute", "httpbin", "-o", "yaml")
179179
return output
180-
}).WithTimeout(80 * time.Second).
180+
}).WithTimeout(30 * time.Second).
181181
Should(
182182
And(
183183
ContainSubstring(`status: "True"`),

0 commit comments

Comments
 (0)