Change density relist period to better reflect the kubelet

This commit is contained in:
Prashanth Balasubramanian
2015-06-18 11:11:13 -07:00
parent fb07b34cb8
commit ca46443095

View File

@@ -268,7 +268,7 @@ var _ = Describe("Density", func() {
},
},
&api.Pod{},
time.Minute*5,
0,
framework.ResourceEventHandlerFuncs{
AddFunc: func(obj interface{}) {
p, ok := obj.(*api.Pod)