Skip to content

Commit 582c8fa

Browse files
authored
remove sleep
Signed-off-by: Malthe Poulsen <30603252+malpou@users.noreply.github.com>
1 parent 379eb09 commit 582c8fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/checks/placeholder_pages/placeholder_pages_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,6 @@ spec:
192192
KubectlApplyWithTemplate(t, data, "custom-placeholder", customTemplate)
193193
defer KubectlDeleteWithTemplate(t, data, "custom-placeholder", customTemplate)
194194

195-
// Give time for the new HTTPScaledObject to be processed
196-
_, _ = ExecuteCommand("sleep 10")
197-
198195
// Make request to custom placeholder
199196
curlCmd := fmt.Sprintf("curl -s -H 'Host: %s-custom.test' http://keda-add-ons-http-interceptor-proxy.keda:8080/", testName)
200197
stdout, stderr, err := ExecCommandOnSpecificPod(t, "curl-client", testNamespace, curlCmd)

0 commit comments

Comments
 (0)