File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ import (
35
35
)
36
36
37
37
const (
38
- jobTimeout = 900 * time .Minute // time to wait for the test job to finish
39
- kubePollInterval = 10 * time .Second // Kube API polling interval
40
- testRunLabel = "test-run" // name of the label applied to resources
41
- logStreamLabel = "stream-logs" // name of the label enabling log streaming to e2e runner
42
- testsLogFilePattern = "job-%s.json" // name of file to keep all test logs in JSON format
43
- operatorReadyTimeout = 12 * time .Minute // time to wait for the operator pod to be ready
38
+ jobTimeout = 1440 * time .Minute // time to wait for the test job to finish
39
+ kubePollInterval = 10 * time .Second // Kube API polling interval
40
+ testRunLabel = "test-run" // name of the label applied to resources
41
+ logStreamLabel = "stream-logs" // name of the label enabling log streaming to e2e runner
42
+ testsLogFilePattern = "job-%s.json" // name of file to keep all test logs in JSON format
43
+ operatorReadyTimeout = 12 * time .Minute // time to wait for the operator pod to be ready
44
44
45
45
TestNameLabel = "test-name" // name of the label applied to resources during each test
46
46
You can’t perform that action at this time.
0 commit comments