diff --git a/test/e2e/topology_updater_test.go b/test/e2e/topology_updater_test.go index 92c53f7a4..5fa7a3298 100644 --- a/test/e2e/topology_updater_test.go +++ b/test/e2e/topology_updater_test.go @@ -474,6 +474,7 @@ excludeList: podSpecOpts := []testpod.SpecOption{ testpod.SpecWithContainerImage(dockerImage()), testpod.SpecWithContainerExtraArgs("-pods-fingerprint"), + testpod.SpecWithContainerExtraArgs("-sleep-interval=5s"), } topologyUpdaterDaemonSet = testds.NFDTopologyUpdater(kcfg, podSpecOpts...) })