Extend TestFunctional context timeout to 40 minutes

pull/5315/head
Thomas Stromberg 2019-09-11 16:19:25 -07:00
parent 6639489ce9
commit 4f8cac64a6
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ type validateFunc func(context.Context, *testing.T, string)
func TestFunctional(t *testing.T) {
profile := UniqueProfileName("functional")
ctx, cancel := context.WithTimeout(context.Background(), 25*time.Minute)
ctx, cancel := context.WithTimeout(context.Background(), 40*time.Minute)
defer CleanupWithLogs(t, profile, cancel)
// Serial tests