Skip to content

Commit 87c8682

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

internal/provider/adc/executor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ func (e *HTTPADCExecutor) runHTTPSyncForSingleServer(ctx context.Context, server
293293
return fmt.Errorf("failed to build HTTP request: %w", err)
294294
}
295295

296-
time.Sleep(5 * time.Second)
297296
// Send HTTP request
298297
resp, err := e.httpClient.Do(req)
299298
if err != nil {

test/e2e/gatewayapi/status.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ spec:
127127
Check: scaffold.WithExpectedStatus(200),
128128
})
129129

130+
time.Sleep(60 * time.Second)
130131
By("get yaml from service")
131132
serviceYaml, err := s.GetOutputFromString("svc", framework.ProviderType, "-o", "yaml")
132133
Expect(err).NotTo(HaveOccurred(), "getting service yaml")
@@ -162,6 +163,7 @@ spec:
162163
),
163164
)
164165

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

0 commit comments

Comments
 (0)