diff --git a/test/integration/gvisor_addon_test.go b/test/integration/gvisor_addon_test.go index 7a4baec3c19f..c5e2790bb6b0 100644 --- a/test/integration/gvisor_addon_test.go +++ b/test/integration/gvisor_addon_test.go @@ -33,7 +33,7 @@ func TestGvisorAddon(t *testing.T) { MaybeSlowParallel(t) profile := UniqueProfileName("gvisor") - ctx, cancel := context.WithTimeout(context.Background(), 20*time.Minute) + ctx, cancel := context.WithTimeout(context.Background(), 30*time.Minute) defer func() { CleanupWithLogs(t, profile, cancel) }()