Skip to content

Commit e177b70

Browse files
authored
Merge pull request #44 from kumarabd/addLabels
modified timeouts in smi-conformance
2 parents d124065 + fa0c2c5 commit e177b70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

smi-conformance/test-gen/test_gen.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ func RunTest(meshConfig ServiceMesh, annotations, labels map[string]string) Resu
5454
args := []string{"./test-yamls/"}
5555

5656
options.TestDirs = args
57-
options.Timeout = 30
57+
options.Timeout = 120
5858
options.Parallel = 1
5959
options.TestDirs = manifestDirs
6060
options.StartKIND = startKIND
61-
options.SkipDelete = true
61+
options.SkipDelete = false
6262

6363
if options.KINDContext == "" {
6464
options.KINDContext = harness.DefaultKINDContext
@@ -100,7 +100,7 @@ func RunTest(meshConfig ServiceMesh, annotations, labels map[string]string) Resu
100100
fmt.Printf("Unable to unmarshal results")
101101
}
102102
c <- output
103-
time.Sleep(5 * time.Second)
103+
time.Sleep(30 * time.Second)
104104
})
105105
}()
106106
select {

0 commit comments

Comments
 (0)