Skip to content

Commit

Permalink
Increase timeout on TestOrganizationProvidedToken
Browse files Browse the repository at this point in the history
That was previously reduced.
Speeding up the agent seems to have broken the test.
  • Loading branch information
CarlosNihelton committed Oct 25, 2023
1 parent 4b99d93 commit e8f64e4
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -67,7 +67,7 @@ func TestOrganizationProvidedToken(t *testing.T) {
require.NoErrorf(t, err, "Setup: could not wake distro up: %v. %s", err, out)
}

const maxTimeout = 15 * time.Second
const maxTimeout = 30 * time.Second

if !tc.wantAttached {
time.Sleep(maxTimeout)
Expand Down

0 comments on commit e8f64e4

Please sign in to comment.