Skip to content

Commit

Permalink
addressed Curt's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Jul 27, 2023
1 parent 4fc2b09 commit 2a52c20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion acceptance/framework/k8s/kubectl.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
kubectlTimeout = "--timeout=90s"
kubectlTimeout = "--timeout=120s"
)

// kubeAPIConnectErrs are errors that sometimes occur when talking to the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: static-server
image: hashicorp/http-echo:latest
image: docker.mirror.hashicorp.services/hashicorp/http-echo:alpine
args:
- -text="cluster-01-a"
- -listen=:8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: static-server
image: hashicorp/http-echo:latest
image: docker.mirror.hashicorp.services/hashicorp/http-echo:alpine
args:
- -text="cluster-01-b"
- -listen=:8080
Expand Down

0 comments on commit 2a52c20

Please sign in to comment.