mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
checkmarxExecuteScan: Relax timeout (#2265)
This commit is contained in:
parent
582419e2f5
commit
c204abb9cf
@ -225,8 +225,8 @@ func NewSystemInstance(client piperHttp.Uploader, serverURL, username, password
|
||||
log.RegisterSecret(token)
|
||||
|
||||
options := piperHttp.ClientOptions{
|
||||
Token: token,
|
||||
MaxRequestDuration: 60 * time.Second,
|
||||
Token: token,
|
||||
TransportTimeout: time.Minute * 15,
|
||||
}
|
||||
sys.client.SetOptions(options)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user