Skip to content

Commit

Permalink
extra wait to let envoy warm...?
Browse files Browse the repository at this point in the history
  • Loading branch information
jbohanon committed Jun 7, 2024
1 parent 2d6830e commit 70e8e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutils/kube/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func ExecFromEphemeralPod(ctx context.Context, params EphemeralPodParams) (strin

// this smells; fix it
// wait so the ephemeral container has a chance to be created before attempting to exec against it
time.Sleep(time.Second)
time.Sleep(time.Second * 5)

execArgs := []string{
"exec",
Expand Down

0 comments on commit 70e8e5e

Please sign in to comment.