Skip to content

Commit f1c76a6

Browse files
committed
e2e, kv: Increase network status timeout
Signed-off-by: Enrique Llorente <[email protected]>
1 parent 7c1de13 commit f1c76a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/kubevirt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ var _ = Describe("Kubevirt Virtual Machines", feature.VirtualMachineSupport, fun
472472
networkStatuses, err = podNetworkStatus(pod, networkStatusPredicate)
473473
return networkStatuses, err
474474
}).
475-
WithTimeout(5 * time.Second).
475+
WithTimeout(15 * time.Second).
476476
WithPolling(200 * time.Millisecond).
477477
Should(HaveLen(1))
478478
for _, ip := range networkStatuses[0].IPs {

0 commit comments

Comments
 (0)