mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
Add timeout to service endpoint resolution e2e test
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user