Skip to content

Commit

Permalink
workaround for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyingd committed Aug 20, 2024
1 parent a835ed9 commit 28db6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/nsx_subnet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ func SubnetCIDR(t *testing.T) {
err = nil
}
assertNil(t, err)
err = testData.waitForCRReadyOrDeleted(defaultTimeout, "subnets.crd.nsx.vmware.com", E2ENamespace, subnet.Name, Ready)
err = testData.waitForCRReadyOrDeleted(defaultTimeout*2, "subnets.crd.nsx.vmware.com", E2ENamespace, subnet.Name, Ready)
assertNil(t, err)
allocatedSubnet, err = testData.crdClientset.CrdV1alpha1().Subnets(E2ENamespace).Get(context.TODO(), subnet.Name, v1.GetOptions{})
assertNil(t, err)
Expand Down

0 comments on commit 28db6ad

Please sign in to comment.