Commit 7eb52e48 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Fix PodAffinity test

parent 34e51d8c
......@@ -1031,7 +1031,7 @@ var _ = framework.KubeDescribe("SchedulerPredicates [Serial]", func() {
framework.Logf("Sleeping 10 seconds and crossing our fingers that scheduler will run in that time.")
time.Sleep(10 * time.Second)
verifyResult(c, labelPodName, 1, 0, ns)
verifyResult(c, labelPodName, 2, 0, ns)
})
// test the pod affinity successful matching scenario with multiple Label Operators.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment