Improve speed of tests execution (#1861)
This commit is contained in:
parent
54cfad0a07
commit
f732b4ea2f
2 changed files with 3 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ func (f *Framework) NewEchoDeploymentWithReplicas(replicas int32) error {
|
|||
},
|
||||
},
|
||||
Spec: corev1.PodSpec{
|
||||
TerminationGracePeriodSeconds: NewInt64(1),
|
||||
TerminationGracePeriodSeconds: NewInt64(0),
|
||||
Containers: []corev1.Container{
|
||||
{
|
||||
Name: "http-svc",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue