Increase timeout for deleting RC in e2e tests.
This commit is contained in:
@@ -60,6 +60,10 @@ func ReaperFor(kind string, c client.Interface) (Reaper, error) {
|
||||
return nil, &NoSuchReaperError{kind}
|
||||
}
|
||||
|
||||
func ReaperForReplicationController(c client.Interface, timeout time.Duration) (Reaper, error) {
|
||||
return &ReplicationControllerReaper{c, Interval, timeout}, nil
|
||||
}
|
||||
|
||||
type ReplicationControllerReaper struct {
|
||||
client.Interface
|
||||
pollInterval, timeout time.Duration
|
||||
|
Reference in New Issue
Block a user