Skip to content

Commit 9374323

Browse files
authored
Merge pull request #1321 from ozhuraki/nfd-timeout
e2e: Increase nfd timeout to 300 seconds
2 parents 79e6403 + f8ea665 commit 9374323

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-
200*time.Second, map[string]string{}); err != nil {
111+
300*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)