diff --git a/end-to-end/manual_token_input_test.go b/end-to-end/manual_token_input_test.go index 2a726391f..a45f185b1 100644 --- a/end-to-end/manual_token_input_test.go +++ b/end-to-end/manual_token_input_test.go @@ -71,7 +71,7 @@ func TestManualTokenInput(t *testing.T) { if !tc.wantAttached { time.Sleep(maxTimeout) - proCtx, cancel := context.WithTimeout(ctx, 5*time.Second) + proCtx, cancel := context.WithTimeout(ctx, 15*time.Second) defer cancel() attached, err := distroIsProAttached(t, proCtx, d) require.NoError(t, err, "could not determine if distro is attached") diff --git a/end-to-end/organization_token_test.go b/end-to-end/organization_token_test.go index d8c85e4d2..27460e11f 100644 --- a/end-to-end/organization_token_test.go +++ b/end-to-end/organization_token_test.go @@ -71,7 +71,7 @@ func TestOrganizationProvidedToken(t *testing.T) { if !tc.wantAttached { time.Sleep(maxTimeout) - proCtx, cancel := context.WithTimeout(ctx, 5*time.Second) + proCtx, cancel := context.WithTimeout(ctx, 15*time.Second) defer cancel() attached, err := distroIsProAttached(t, proCtx, d) require.NoError(t, err, "could not determine if distro is attached")