Skip to content

Commit

Permalink
Increase timeouts for QEMU emulated build πŸ™ˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Nov 10, 2023
1 parent a7cf69c commit a48116d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/saauth/saauth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func Test_ServiceAccountAuthInfoWriter_AuthenticateRequest(t *testing.T) {
r := new(runtime.TestClientRequest)
require.NoError(t, subject.AuthenticateRequest(r, nil))
require.Equal(t, "Bearer new-token", r.GetHeaderParams().Get("Authorization"))
}, time.Second, time.Millisecond)
}, 5*time.Second, time.Millisecond)
}

func Test_NewServiceAccountAuthInfoWriter_TokenReadErr(t *testing.T) {
Expand Down

0 comments on commit a48116d

Please sign in to comment.