Skip to content

Commit

Permalink
Increase timeout of E2E runner (#2215)
Browse files Browse the repository at this point in the history
  • Loading branch information
charith-elastic authored Dec 5, 2019
1 parent 35bc1ba commit d5d2472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/cmd/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
)

const (
jobTimeout = 120 * time.Minute // time to wait for the test job to finish
jobTimeout = 200 * time.Minute // time to wait for the test job to finish
kubePollInterval = 10 * time.Second // Kube API polling interval
logBufferSize = 1024 // Size of the log buffer (1KiB)
testRunLabel = "test-run" // name of the label applied to resources
Expand Down

0 comments on commit d5d2472

Please sign in to comment.