Skip to content

Commit 5de9b50

Browse files
committed
e2e: double NFD startup waiting time
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent 2270956 commit 5de9b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/deviceplugins_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func setupFirstNode() []byte {
108108
utils.Kubectl("node-feature-discovery", "apply", "-k", "deployments/nfd/overlays/node-feature-rules/kustomization.yaml")
109109

110110
if err = e2epod.WaitForPodsRunningReady(c, "node-feature-discovery", 2, 0,
111-
100*time.Second, map[string]string{}); err != nil {
111+
200*time.Second, map[string]string{}); err != nil {
112112
framework.Failf("unable to wait for NFD pods to be running and ready: %v", err)
113113
}
114114

0 commit comments

Comments
 (0)