Skip to content

Commit

Permalink
30s max timeout
Browse files Browse the repository at this point in the history
CI is not happy with 15s apparently.
  • Loading branch information
CarlosNihelton committed Oct 11, 2023
1 parent a84f602 commit d394180
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -67,7 +67,7 @@ func TestManualTokenInput(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 d394180

Please sign in to comment.