Skip to content

Commit 3b25915

Browse files
author
sivakami
committed
set node timeout to 0 to run test indefinitely.
1 parent d63e6be commit 3b25915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/swiftv2/longRunningCluster/datapath_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func TestDatapath(t *testing.T) {
1717
ginkgo.RunSpecs(t, "Datapath Suite")
1818
}
1919

20-
var _ = ginkgo.Describe("Datapath Tests", ginkgo.NodeTimeout(0), func() {
20+
var _ = ginkgo.Describe("Datapath Tests", func() {
2121
rg := os.Getenv("RG")
2222
buildId := os.Getenv("BUILD_ID")
2323

@@ -30,7 +30,7 @@ var _ = ginkgo.Describe("Datapath Tests", ginkgo.NodeTimeout(0), func() {
3030
pnName := fmt.Sprintf("pn-%s-c2", buildId)
3131
pniName := fmt.Sprintf("pni-%s-c2", buildId)
3232

33-
ginkgo.It("creates and deletes PodNetwork, PodNetworkInstance, and Pods in a loop", func() {
33+
ginkgo.It("creates and deletes PodNetwork, PodNetworkInstance, and Pods in a loop", ginkgo.NodeTimeout(0), func() {
3434
vnetName := "cx_vnet_b1"
3535
subnetName := "s1"
3636

0 commit comments

Comments
 (0)