Skip to content

Commit 9130c5e

Browse files
committed
DROP: increase e2e-sgx timeout
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent 50b985d commit 9130c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/sgx/sgx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func describe() {
7272
framework.Logf("Create NodeFeatureRules:\n%s", msg)
7373

7474
if _, err = e2epod.WaitForPodsWithLabelRunningReady(f.ClientSet, "node-feature-discovery",
75-
labels.Set{"app": "nfd-master"}.AsSelector(), 1 /* one replica */, 100*time.Second); err != nil {
75+
labels.Set{"app": "nfd-master"}.AsSelector(), 1 /* one replica */, 180*time.Second); err != nil {
7676
framework.Failf("unable to wait for NFD pods to be running and ready: %v", err)
7777
}
7878
})

0 commit comments

Comments
 (0)