From 84835ce0ba5ca9f703f6d21786ab491c4a91c6d4 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Tue, 17 Dec 2019 21:25:18 -0500 Subject: [PATCH] Update pkg/instancegroups/rollingupdate_test.go Co-Authored-By: John Gardiner Myers --- pkg/instancegroups/rollingupdate_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/instancegroups/rollingupdate_test.go b/pkg/instancegroups/rollingupdate_test.go index 67e06080e8..8903578821 100644 --- a/pkg/instancegroups/rollingupdate_test.go +++ b/pkg/instancegroups/rollingupdate_test.go @@ -541,7 +541,7 @@ func TestRollingUpdateFlappingValidation(t *testing.T) { // This should only take a few milliseconds, // but we have to pad to allow for random delays (e.g. GC) // TODO: Replace with a virtual clock? - c.ValidationTimeout = 200 * time.Second + c.ValidationTimeout = 1 * time.Second c.ClusterValidator = &flappingClusterValidator{ T: t,