mirror of https://github.com/kubernetes/kops.git
Update pkg/instancegroups/rollingupdate_test.go
Co-Authored-By: John Gardiner Myers <jgmyers@proofpoint.com>
This commit is contained in:
parent
a24d9b6455
commit
84835ce0ba
|
|
@ -541,7 +541,7 @@ func TestRollingUpdateFlappingValidation(t *testing.T) {
|
||||||
// This should only take a few milliseconds,
|
// This should only take a few milliseconds,
|
||||||
// but we have to pad to allow for random delays (e.g. GC)
|
// but we have to pad to allow for random delays (e.g. GC)
|
||||||
// TODO: Replace with a virtual clock?
|
// TODO: Replace with a virtual clock?
|
||||||
c.ValidationTimeout = 200 * time.Second
|
c.ValidationTimeout = 1 * time.Second
|
||||||
|
|
||||||
c.ClusterValidator = &flappingClusterValidator{
|
c.ClusterValidator = &flappingClusterValidator{
|
||||||
T: t,
|
T: t,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue