mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 15:50:10 +00:00
Small fix for number of pods and nodes in test function
This commit is contained in:
parent
6c38d009ce
commit
882c9b61bd
@ -42,7 +42,7 @@ func TestSchedule100Node3KPods(t *testing.T) {
|
||||
if testing.Short() {
|
||||
t.Skip("Skipping because we want to run short tests")
|
||||
}
|
||||
config := getBaseConfig(1000, 30000)
|
||||
config := getBaseConfig(100, 3000)
|
||||
writePodAndNodeTopologyToConfig(config)
|
||||
min := schedulePods(config)
|
||||
if min < threshold3K {
|
||||
|
Loading…
Reference in New Issue
Block a user