Merge pull request #10649 from mesosphere/service-test-timeout

Add timeout to service endpoint resolution e2e test
This commit is contained in:
Yu-Ju Hong
2015-07-06 15:05:36 -07:00
2 changed files with 23 additions and 21 deletions

View File

@@ -59,6 +59,9 @@ const (
// TODO: Make this 30 seconds once #4566 is resolved.
podStartTimeout = 5 * time.Minute
// How long to wait for a service endpoint to be resolvable.
serviceStartTimeout = 1 * time.Minute
// String used to mark pod deletion
nonExist = "NonExist"