Add timeout to service endpoint resolution e2e test

This commit is contained in:
Karl Isenberg
2015-07-01 14:58:37 -07:00
parent 9363285b4a
commit f1d6439c2e
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"