File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
test/integration/perpodsg Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import (
21
21
22
22
"github.com/aws/amazon-vpc-resource-controller-k8s/apis/vpcresources/v1beta1"
23
23
"github.com/aws/amazon-vpc-resource-controller-k8s/pkg/config"
24
+ "github.com/aws/amazon-vpc-resource-controller-k8s/pkg/provider/branch/cooldown"
24
25
"github.com/aws/amazon-vpc-resource-controller-k8s/test/framework/manifest"
25
26
"github.com/aws/amazon-vpc-resource-controller-k8s/test/framework/resource/k8s/controller"
26
27
sgpWrapper "github.com/aws/amazon-vpc-resource-controller-k8s/test/framework/resource/k8s/sgp"
@@ -321,7 +322,7 @@ func VerifyJobNetworkingRemovedOnCompletion(jobs map[string][]*batchV1.Job,
321
322
322
323
By ("waiting for the ENI to be cooled down and deleted" )
323
324
// Need to account for actual deletion of ENI + Cool down Period
324
- time .Sleep (config . CoolDownPeriod * 2 )
325
+ time .Sleep (cooldown . DefaultCoolDownPeriod * 2 )
325
326
326
327
By ("verifying the deleted Pod have their ENI deleted" )
327
328
verify .VerifyPodENIDeletedForAllPods (namespace , podLabelKey , podLabelVal )
You can’t perform that action at this time.
0 commit comments