We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69c745a + c83dc23 commit a739f52Copy full SHA for a739f52
pkg/ws1/extractor.go
@@ -48,7 +48,7 @@ func doAuthRequest(ctx context.Context, ws1AuthLocation, clientID, secret, url,
48
oauth2Config := clientcredentials.Config{ClientID: clientID, ClientSecret: secret,
49
TokenURL: fmt.Sprintf("https://%s.uemauth.vmwservices.com/connect/token", ws1AuthLocation)}
50
httpClient := oauth2Config.Client(ctx)
51
- httpClient.Timeout = time.Second * 10
+ httpClient.Timeout = time.Second * 30
52
53
req, err := http.NewRequest(method, url, bytes.NewReader(reqPayload))
54
req = req.WithContext(ctx)
0 commit comments