Merge pull request #5438 from tstromberg/upgrade-longer
Wait longer for TestVersionUpgrade as old versions may need to retrypull/5441/head
commit
1c8bfe34ed
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue