mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
test/e2e: specify -sleep-interval in topology-updater exclude-memory test
Make the test finish considerably faster.
This commit is contained in:
parent
81320d1864
commit
5aeea28957
1 changed files with 1 additions and 0 deletions
|
@ -402,6 +402,7 @@ excludeList:
|
|||
|
||||
podSpecOpts := []testpod.SpecOption{
|
||||
testpod.SpecWithContainerImage(dockerImage()),
|
||||
testpod.SpecWithContainerExtraArgs("-sleep-interval=5s"),
|
||||
testpod.SpecWithConfigMap(cm.Name, "/etc/kubernetes/node-feature-discovery"),
|
||||
}
|
||||
topologyUpdaterDaemonSet = testds.NFDTopologyUpdater(kcfg, podSpecOpts...)
|
||||
|
|
Loading…
Reference in a new issue