diff --git a/test/integration/start_stop_delete_test.go b/test/integration/start_stop_delete_test.go index 8154b534492ddb697aa9f6335ec7d8d3756da9c1..fec0c8d014ff2b7a1d6434c6f4a8df5b9b145f01 100644 --- a/test/integration/start_stop_delete_test.go +++ b/test/integration/start_stop_delete_test.go @@ -79,7 +79,7 @@ func TestStartStop(t *testing.T) { t.Run(tc.name, func(t *testing.T) { MaybeParallel(t) profile := UniqueProfileName(tc.name) - ctx, cancel := context.WithTimeout(context.Background(), Minutes(40)) + ctx, cancel := context.WithTimeout(context.Background(), Minutes(30)) defer Cleanup(t, profile, cancel) type validateStartStopFunc func(context.Context, *testing.T, string, string, string, []string) if !strings.Contains(tc.name, "docker") && NoneDriver() {