Merge pull request #5438 from tstromberg/upgrade-longer

Wait longer for TestVersionUpgrade as old versions may need to retry
pull/5441/head
Thomas Strömberg 2019-09-23 11:00:46 -07:00 committed by GitHub
commit 1c8bfe34ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import (
// and it tries to upgrade from the older supported k8s to news supported k8s
func TestVersionUpgrade(t *testing.T) {
profile := UniqueProfileName("vupgrade")
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Minute)
ctx, cancel := context.WithTimeout(context.Background(), 55*time.Minute)
MaybeSlowParallel(t)
defer CleanupWithLogs(t, profile, cancel)