Skip to content

Commit

Permalink
Merge pull request #1792 from marquiz/devel/e2e-timeout
Browse files Browse the repository at this point in the history
test/e2e: set topology-updater sleep-interval in podfingerprint test
  • Loading branch information
k8s-ci-robot authored Jul 16, 2024
2 parents 25ffe9c + 5a81f74 commit ea199c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/topology_updater_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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...)
})
Expand Down

0 comments on commit ea199c7

Please sign in to comment.