We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b985d commit 9130c5eCopy full SHA for 9130c5e
test/e2e/sgx/sgx.go
@@ -72,7 +72,7 @@ func describe() {
72
framework.Logf("Create NodeFeatureRules:\n%s", msg)
73
74
if _, err = e2epod.WaitForPodsWithLabelRunningReady(f.ClientSet, "node-feature-discovery",
75
- labels.Set{"app": "nfd-master"}.AsSelector(), 1 /* one replica */, 100*time.Second); err != nil {
+ labels.Set{"app": "nfd-master"}.AsSelector(), 1 /* one replica */, 180*time.Second); err != nil {
76
framework.Failf("unable to wait for NFD pods to be running and ready: %v", err)
77
}
78
})
0 commit comments