We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3478ff8 commit 93155fcCopy full SHA for 93155fc
test/e2e/cmd/run/run.go
@@ -35,7 +35,7 @@ import (
35
)
36
37
const (
38
- jobTimeout = 1440 * time.Minute // time to wait for the test job to finish
+ jobTimeout = 4320 * 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
0 commit comments