Skip to content

Commit

Permalink
Give 15s for pro status to run
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosNihelton committed Oct 11, 2023
1 parent 63cb7f3 commit 07cee8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion end-to-end/manual_token_input_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion end-to-end/organization_token_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 07cee8f

Please sign in to comment.